forked from contolini/grunt-assets-revving
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 827 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
{
"name": "grunt-assets-rev",
"description": "Assets revving task for Grunt. It is forked to update npm package compatible with grunt version >= 4.0 ",
"version": "0.0.1",
"homepage": "https://github.com/ZenabKhan/grunt-assets-revving.git",
"author": {
"name": "Chris Contolini",
"url": "http://contolini.com"
},
"repository": {
"type": "git",
"url": "https://github.com/ZenabKhan/grunt-assets-revving.git"
},
"bugs": {
"url": "https://github.com/ZenabKhan/grunt-assets-revving/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ZenabKhan/grunt-assets-revving"
}
],
"main": "tasks/assets-revving.js",
"engines": {
"node": "*"
},
"dependencies": {},
"devDependencies": {
"grunt": "*"
},
"keywords": [
"gruntplugin"
]
}