UNPKG

grunt-bust-cache

Version:
53 lines (52 loc) 1.11 kB
{ "name": "grunt-bust-cache", "description": "Grunt task to automate cache busting", "version": "1.0.8", "author": { "name": "Chris Bricker" }, "repository": { "type": "git", "url": "git@github.com: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" }