forked from Dragory/gulp-hash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.1 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
{
"name": "gulp-hash",
"version": "4.1.1",
"description": "Cachebust your assets by adding a hash to the filename",
"license": "MIT",
"keywords": [
"cache",
"cachebust",
"cache bust",
"gulpplugin"
],
"author": {
"name": "Miikka Virtanen",
"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"
}
],
"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",
"gulp-util": "^2.2.17",
"lodash.assign": "^2.4.1",
"lodash.template": "^2.4.1",
"through2": "^2.0.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"mocha": "^1.20.1"
}
}