forked from agarzola/gulp-deleted
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·62 lines (62 loc) · 1.61 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "gulp-deleted",
"description": "The gulp plugin `gulp-deleted` allows you to remove files from the destination folder which do no exist in the stream",
"version": "0.0.3",
"author": {
"name": "Oliver Foster",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/oliverfoster/gulp-deleted.git"
},
"main": "lib/index.js",
"engines": {
"node": "*"
},
"license": {
"type": "MIT",
"url": "http://github.com/oliverfoster/gulp-deleted/raw/master/LICENSE"
},
"dependencies": {
"del": "^0.1.3",
"glob-all": "^3.0.1",
"through": "~2.3.4",
"underscore": "^1.7.0"
},
"keywords": [
"gulp",
"gulpplugin",
"minimatch",
"clean",
"dest",
"pipe"
],
"bugs": {
"url": "https://github.com/oliverfoster/gulp-deleted/issues"
},
"homepage": "https://github.com/oliverfoster/gulp-deleted",
"maintainers": [
{
"name": "oliver.foster",
"email": "[email protected]"
}
],
"gitHead": "3ee77bef6af21930ecc438e44ea4c62a0ade9a17",
"_id": "[email protected]",
"scripts": {},
"_shasum": "502a94f7fcb7cb78fbc238a53dea572d52efb9d1",
"_from": "gulp-deleted@",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "oliver.foster",
"email": "[email protected]"
},
"dist": {
"shasum": "502a94f7fcb7cb78fbc238a53dea572d52efb9d1",
"tarball": "http://registry.npmjs.org/gulp-deleted/-/gulp-deleted-0.0.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/gulp-deleted/-/gulp-deleted-0.0.1.tgz",
"readme": "ERROR: No README data found!"
}