-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 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
{
"name": "gulp-rev-append-all",
"version": "0.1.8",
"description": "base on gulp-rev-append that replace \"?rev=@@hash\" with hash string and gulp-rev-append-all will not but append a hash string like \"?v=xxx\" to the end of ref in file.",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "node node_modules/.bin/cucumber-js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OuIChien/gulp-rev-append-all.git"
},
"keywords": [
"gulp",
"gulp-rev-append",
"gulp-rev-append-all",
"gulpplugin",
"revision"
],
"author": "GaryOu",
"license": "MIT",
"bugs": {
"url": "https://github.com/OuIChien/gulp-rev-append-all/issues"
},
"homepage": "https://github.com/OuIChien/gulp-rev-append-all#readme"
}