forked from luhn/gulp-rev-css-url
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 926 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
39
40
41
42
43
44
45
{
"name": "gulp-rev-css-url",
"version": "0.1.0",
"description": "The lightweight plugin to override urls in css files to hashed after gulp-rev",
"repository": {
"type": "git",
"url": "git://github.com/galkinrost/gulp-rev-css-url"
},
"author": {
"name": "Galkin Rostislav",
"email": "[email protected]",
"url": "http://github.com/galkinrost"
},
"keywords": [
"gulpplugin",
"rev",
"revision",
"hash",
"optimize",
"version",
"versioning",
"cache",
"expire",
"static",
"asset",
"assets",
"gulp-rev"
],
"devDependencies": {
"gulp": "~3.6.2",
"gulp-rev": "~5.0.0",
"mocha": "~1.20.0",
"gulp-jshint": "~1.6.1",
"fs-extra": "~0.9.1",
"chai": "~1.9.1"
},
"dependencies": {
"crypto": "0.0.3",
"gulp-util": "~2.2.14",
"through2": "~0.4.2"
},
"scripts": {
"test": "mocha test.js -R list"
}
}