UNPKG

grunt-cache-crusher

Version:

Simple cache-crusher, appends a timestamp or md5 hash to any urls. Based on grunt-cache-breaker

48 lines (47 loc) 1.13 kB
{ "name": "grunt-cache-crusher", "description": "Simple cache-crusher, appends a timestamp or md5 hash to any urls. Based on grunt-cache-breaker", "version": "2.0.0", "homepage": "https://github.com/Merk87/grunt-cache-crusher", "author": { "name": "Shane Osbourne", "email": "shane.osbourne8@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/Merk87/grunt-cache-crusher.git" }, "bugs": { "url": "https://github.com/Merk87/grunt-cache-crusher/issues"}, "licenses": [ { "type": "MIT", "url": "https://github.com/Merk87/grunt-cache-crusher/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt" }, "devDependencies": { "grunt": "~0.4.1", "grunt-contrib-clean": "~0.4.0", "grunt-contrib-jshint": "~0.1.1", "grunt-contrib-nodeunit": "^0.4.1", "lodash": "^3.10.1" }, "keywords": [ "gruntplugin", "cache", "bust", "buster", "break" ], "dependencies": { "cache-breaker": "0.0.4", "lodash.clonedeep": "^3.0.2" } }