forked from eversteini/grunt-filerev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.08 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
{
"name": "@eversports/grunt-filerev",
"version": "0.0.1",
"description": "Asset revisioning by using file content hashing",
"keywords": [
"gruntplugin",
"optimize",
"rev",
"revision",
"minify",
"assets"
],
"author": {
"name": "Frederick Ros",
"email": "[email protected]",
"url": "https://github.com/sleeper"
},
"contributors": [
{
"name": "Emanuel Steininger",
"email": "[email protected]",
"url": "https://www.eversports.com"
}
],
"repository": "eversports/grunt-filerev",
"scripts": {
"test": "grunt"
},
"files": [
"tasks"
],
"dependencies": {
"chalk": "^1.0.0",
"each-async": "^0.1.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-jscs": "^1.5.0",
"grunt-simple-mocha": "^0.4.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"engines": {
"node": ">=0.10.0"
},
"license": "BSD-2-Clause"
}