-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 947 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
{
"name": "gulp-version-append",
"version": "0.2.0",
"description": "Cache-busting plugin for gulp.",
"keywords": [
"gulp",
"gulpplugin",
"gulp-rev-append",
"cache-busting",
"cache",
"revision",
"version",
"versioning"
],
"author": "Alexander Kureniov",
"email": "[email protected]",
"url": "https://github.com/SkeLLLa",
"main": "index.js",
"dependencies": {
"app-root-path": "^1.0.0",
"event-stream": "^3.3.2",
"gulp-util": "^3.0.7"
},
"devDependencies": {
"gulp": "*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SkeLLLa/gulp-version-append.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/SkeLLLa/gulp-version-append/issues"
},
"homepage": "https://github.com/SkeLLLa/gulp-version-append",
"directories": {
"example": "example"
}
}