grunt-cachebuster-querystring
Version:
A simple grunt plugin that appends querystrings for cachebusting.
45 lines • 1.11 kB
JSON
{
"name": "grunt-cachebuster-querystring",
"description": "A simple grunt plugin that appends querystrings for cachebusting.",
"version": "0.1.0",
"homepage": "https://github.com/mcfarlandmac/grunt-cachebuster-querystring",
"author": {
"name": "Matt McFarland"
},
"repository": {
"type": "git",
"url": "git://github.com/mcfarlandmac/grunt-cachebuster-querystring"
},
"bugs": {
"url": "https://github.com/mcfarlandmac/grunt-cachebuster-querystring/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mcfarlandmac/grunt-cachebuster-querystring/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt-contrib-watch": "~0.6.1",
"grunt": "~0.4.5"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"dependencies": {
"cheerio": "~0.14.0"
},
"keywords": [
"gruntplugin"
]
}