-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 967 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
{
"name": "grunt-h5bp-cachebuster",
"version": "0.1.0",
"description": "Grunt task to version assets in css files for html5boilerplate .htaccess snippet",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/adam187/grunt-h5bp-cachebuster.git"
},
"keywords": [
"cachebuster", "grunt", "gruntplugin", "crc", "css", "h5bp"
],
"author": {
"name": "Adam Misiorny",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/adam187/grunt-h5bp-cachebuster/issues"
},
"homepage": "https://github.com/adam187/grunt-h5bp-cachebuster",
"engines": {
"node": ">= 0.8"
},
"dependencies": {
"crc": "~0.2.1"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-nodeunit": "~0.3.0"
}
}