forked from disintegrator/gulp-cache-buster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 882 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
{
"name": "gulp-cache-buster",
"version": "0.2.1",
"description": "Gulp plugin that searches for asset references (URLs) and replaces them with a cache busted representation.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "[email protected]:disintegrator/gulp-cache-buster.git"
},
"keywords": [
"gulpplugin",
"bust",
"cache",
"md5",
"hash",
"assets"
],
"author": "George Haidar <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/disintegrator/gulp-cache-buster/issues"
},
"homepage": "https://github.com/disintegrator/gulp-cache-buster",
"dependencies": {
"event-stream": "^3.3.0",
"lodash": "^3.7.0",
"replacestream": "^2.1.0"
},
"devDependencies": {
"chai": "^2.3.0",
"mocha": "^2.2.4",
"vinyl": "^0.4.6"
}
}