forked from DiamondeX/gulp-dest-clean
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 KB
/
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
45
{
"name": "gulp-dest-clean",
"version": "0.5.0",
"description": "The gulp plugin `gulp-dest-clean` allows you to remove files from the destination folder which do not exist in the stream and do not match optionally supplied patterns",
"author": {
"name": "Ruslan Zhomir",
"email": "[email protected]"
},
"engines": {
"node": ">=0.10.0"
},
"repository": {
"type": "git",
"url": "git://github.com/DiamondeX/gulp-dest-clean.git"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gulp",
"gulpplugin",
"minimatch",
"clean",
"dest",
"del",
"delete",
"unlink",
"rimraf",
"pipe"
],
"bugs": {
"url": "https://github.com/DiamondeX/gulp-dest-clean/issues"
},
"homepage": "https://github.com/DiamondeX/gulp-dest-clean",
"license": "MIT",
"dependencies": {
"chalk": "^1.1.1",
"del": "^2.1.0",
"gulp-util": "^3.0.7",
"lie": "^3.0.1",
"object-assign": "^4.0.1",
"through2": "^2.0.0"
}
}