forked from callumacrae/rev-del
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 785 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
{
"name": "rev-del",
"version": "1.0.5",
"description": "Delete replaced files from an old manifest",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/callumacrae/rev-del"
},
"keywords": [
"gulpplugin",
"gulpfriendly",
"rev",
"revision",
"hash",
"version",
"versioning"
],
"author": "Callum Macrae <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/callumacrae/rev-del/issues"
},
"homepage": "https://github.com/callumacrae/rev-del",
"dependencies": {
"del": "^1.1.1",
"lodash": "^3.1.0",
"mocha": "^2.1.0",
"should": "^4.6.5",
"through2": "^0.6.3"
},
"devDependencies": {
"vinyl": "^0.4.6"
}
}