-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
38 lines (38 loc) · 856 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": "gulp-cachebust",
"description": "Generates checksums and renames references to files, useful for cachebusting",
"version": "0.0.11",
"license": "MIT",
"author": "Josiah <josiah@web-dev.com.au>",
"contributors": [
{
"name": "Jaime Vega",
"email": "jhuesos@gmail.com"
}
],
"repository": {
"type": "git",
"url": "git@github.com:jhuesos/gulp-cachebust.git"
},
"homepage": "https://www.npmjs.com/package/gulp-cachebust",
"bugs": {
"url": "https://github.com/jhuesos/gulp-cachebust/issues"
},
"engines": {
"node": ">=8.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"through2": "^0.5.1",
"plugin-error": "^1.0.1",
"slash": "1.0.0"
},
"devDependencies": {
"chai": "^4.1.1",
"lodash": "^4.0.0",
"mocha": "^6.2.0",
"vinyl": "^1.1.0"
}
}