-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·44 lines (44 loc) · 931 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "gulp-clone",
"description": "Clone files in memory in a gulp stream",
"version": "2.0.1",
"homepage": "https://github.com/mariocasciaro/gulp-clone",
"author": {
"name": "Mario Casciaro"
},
"repository": {
"type": "git",
"url": "git://github.com/mariocasciaro/gulp-clone"
},
"bugs": {
"url": "https://github.com/mariocasciaro/gulp-clone/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mariocasciaro/gulp-clone/blob/master/LICENSE"
}
],
"dependencies": {
"plugin-error": "^0.1.2",
"through2": "^2.0.3"
},
"devDependencies": {
"vinyl": "^2.1.0",
"chai": "^4.1.2",
"mocha": "^4.1.0"
},
"scripts": {
"test": "node_modules/mocha/bin/_mocha test.js --reporter spec"
},
"release": {
"branch": "master"
},
"publishConfig": {
"tag": "latest"
},
"keywords": [
"gulpplugin",
"clone"
]
}