-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.02 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
{
"name": "grunt-bustr",
"description": "A static asset versioning plugin for gruntjs which can be used to bust browser cache on a per file basis.",
"version": "1.4.1",
"homepage": "https://github.com/kmulvey/grunt-bustr",
"author": {
"name": "Shutterstock Inc. - Kevin Mulvey",
"url": "http://code.shutterstock.com/"
},
"repository": {
"type": "git",
"url": "git@github.com:kmulvey/grunt-bustr.git"
},
"bugs": {
"url": "https://github.com/kmulvey/grunt-bustr/issues"
},
"licenses": [
{
"type": "Apache v2",
"url": "http://www.apache.org/licenses/"
}
],
"main": "Gruntfile.js",
"devDependencies": {
"grunt": "",
"grunt-contrib-jshint": "",
"grunt-contrib-nodeunit": ""
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"scripts": {
"test": "grunt"
},
"keywords": [
"cachebuster",
"grunt",
"gruntplugin",
"cache"
],
"contributors": [
{
"name": "Kevin Mulvey",
"url": "http://code.shutterstock.com/"
}
]
}