-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.03 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": "grunt-bust-cache",
"description": "Grunt task to automate cache busting",
"version": "1.0.8",
"author": {
"name": "Chris Bricker"
},
"repository": {
"type": "git",
"url": "[email protected]:tallbrick/grunt-bust-cache.git"
},
"license": "MIT",
"dependencies": {
"gitty": "^3.7.2",
"pom-parser": "^1.2.0"
},
"devDependencies": {
"grunt": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-mocha-test": "^0.13.3",
"gruntify-eslint": "^5.0.0",
"mocha": "^8.1.3"
},
"keywords": [
"gruntplugin",
"cache buster",
"requirejs",
"javascript",
"css",
"replace",
"replacement",
"version",
"pom",
"npm",
"cache",
"bust",
"git",
"timestamp"
],
"scripts": {
"test": "grunt test"
},
"files": [
"tasks"
],
"bugs": {
"url": "https://github.com/tallbrick/grunt-bust-cache/issues"
},
"homepage": "https://github.com/tallbrick/grunt-bust-cache"
}