-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.03 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
{
"name": "gulp-rev2",
"version": "1.0.6",
"description": "improve gulp-rev",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/makemoretime/gulp-rev2.git"
},
"author": "yunzhao.li <516911028@qq.com>",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"rev",
"revving",
"revision",
"hash",
"optimize",
"version",
"versioning",
"cache",
"expire",
"static",
"asset",
"assets"
],
"dependencies": {
"gulp-util": "^3.0.0",
"modify-filename": "^1.1.0",
"rev-hash": "^2.0.0",
"rev-path": "^1.0.0",
"sort-keys": "^2.0.0",
"through2": "^2.0.0",
"underscore": "^1.8.3",
"vinyl-file": "^3.0.0"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/makemoretime/gulp-rev2/issues"
},
"homepage": "https://github.com/makemoretime/gulp-rev2#readme",
"main": "index.js",
"directories": {
"test": "test"
}
}