-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
59 lines (59 loc) · 1.14 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "gulp-hash",
"version": "4.2.2",
"description": "Cachebust your assets by adding a hash to the filename",
"license": "MIT",
"keywords": [
"cache",
"cachebust",
"cache bust",
"gulpplugin"
],
"author": {
"name": "Miikka",
"email": "contact@mivir.fi"
},
"contributors": [
{
"name": "https://github.com/coen-hyde"
},
{
"name": "https://github.com/jorrit"
},
{
"name": "https://github.com/ai"
},
{
"name": "https://github.com/othree"
},
{
"name": "https://github.com/outpunk"
},
{
"name": "https://github.com/MEGApixel23"
},
{
"name": "https://github.com/migolo"
}
],
"homepage": "https://github.com/Dragory/gulp-hash",
"repository": {
"type": "git",
"url": "git@github.com:Dragory/gulp-hash.git"
},
"scripts": {
"test": "mocha ./test"
},
"main": "./index.js",
"dependencies": {
"es6-promise": "^2.1.1",
"lodash.assign": "^2.4.1",
"lodash.template": "^2.4.1",
"through2": "^2.0.0",
"vinyl": "^2.1.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"mocha": "^1.20.1"
}
}