forked from jamesknelson/gulp-rev-replace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 760 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 760 Bytes
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-rev-replace",
"version": "0.4.3",
"description": "Rewrite occurences of filenames which have been renamed by gulp-rev",
"main": "index.js",
"repository": "jamesknelson/gulp-rev-replace",
"scripts": {
"test": "mocha"
},
"keywords": [
"gulpplugin",
"rev",
"revision",
"version",
"replace",
"asset"
],
"author": {
"name": "James K Nelson",
"email": "james@numbattech.com",
"url": "http://jamesknelson.com"
},
"engines": {
"node": ">=0.10.0"
},
"license": "MIT",
"dependencies": {
"gulp-util": "^3.0.7",
"through2": "^2.0.0"
},
"devDependencies": {
"event-stream": "^3.2.2",
"gulp-filter": "^3.0.1",
"gulp-rev": "^6.0.1",
"mocha": "^2.3.4"
}
}