forked from bustardcelly/gulp-rev-append
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 776 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 776 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
{
"name": "gulp-rev-append",
"version": "0.2.0",
"description": "Cache-busting plugin for gulp.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/bustardcelly/gulp-rev-append"
},
"scripts": {
"test": "node node_modules/.bin/cucumber-js"
},
"keywords": [
"gulp",
"gulpplugin",
"gulp-rev-append",
"cache-busting",
"cache",
"revision"
],
"author": "Todd Anderson, Vlad Fedosov <vlad.fedosov@gmail.com>",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/bustardcelly/gulp-rev-append/LICENSE-MIT"
}
],
"devDependencies": {
"cucumber": "^0.4.0",
"chai": "^1.9.0"
},
"dependencies": {
"event-stream": "^3.1.0",
"gulp-util": "^2.2.14"
}
}