grunt-cache-killer
Version:
Kill your asset cache file problems by updating their filenames and any references to them.
71 lines (70 loc) • 1.57 kB
JSON
{
"name": "grunt-cache-killer",
"description": "Kill your asset cache file problems by updating their filenames and any references to them.",
"version": "1.3.7",
"homepage": "https://github.com/custom-dev-tools/grunt-cache-killer",
"author": {
"name": "Matt Rath",
"email": "matt@customdevtools.com"
},
"funding": "https://www.buymeacoffee.com/customdevtools",
"repository": {
"type": "git",
"url": "https://github.com/custom-dev-tools/grunt-cache-killer.git"
},
"bugs": {
"url": "https://github.com/custom-dev-tools/grunt-cache-killer/issues"
},
"license": "MIT",
"engines": {
"node": ">= 15.0.0"
},
"devDependencies": {
"grunt": "~1.5.3",
"grunt-cli": "~1.4.3",
"grunt-contrib-clean": "~2.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~3.2.0",
"grunt-contrib-nodeunit": "~4.0.0",
"grunt-contrib-watch": "~1.1.0",
"load-grunt-tasks": "~5.1.0"
},
"keywords": [
"gruntplugin",
"asset",
"css",
"cascading style sheets",
"js",
"javascript",
"img",
"image",
"images",
"buster",
"busting",
"cache",
"caching",
"expire",
"expiring",
"expired",
"header",
"headers",
"file",
"files",
"name",
"names",
"filename",
"filenames",
"path",
"paths",
"rename",
"renaming",
"replace",
"replacing",
"mask",
"timestamp",
"datetimestamp",
"md5",
"openssl",
"template"
]
}