UNPKG

grunt-cache-bust-alt

Version:

An alternative version of Bust static assets from the cache using content hashing

55 lines (54 loc) 1.28 kB
{ "name": "grunt-cache-bust-alt", "description": "An alternative version of Bust static assets from the cache using content hashing", "version": "0.6.1", "author": "Ben Holland <hi@benholland.me>", "repository": { "type": "git", "url": "git+https://github.com/dukai/grunt-cache-bust-alt.git" }, "licenses": [ { "type": "MIT", "url": "https://github.com/hollandben/grunt-cache-bust/blob/master/LICENSE-MIT" } ], "engines": { "node": ">= 0.10.0" }, "scripts": { "test": "grunt test" }, "devDependencies": { "grunt-contrib-clean": "~0.6.0", "grunt-contrib-copy": "~0.8.0", "grunt-contrib-jshint": "~0.11.0", "grunt-contrib-nodeunit": "~0.4.1", "grunt-contrib-watch": "~0.6.1" }, "peerDependencies": { "grunt": "~0.4.5" }, "dependencies": { "cheerio": "~0.18.0", "css": "~2.2.0", "flatten": "~0.0.1", "path-is-absolute": "^1.0.0" }, "keywords": [ "grunt", "grunt plugin", "cache", "bust", "bust assets" ], "bugs": { "url": "https://github.com/dukai/grunt-cache-bust-alt/issues" }, "homepage": "https://github.com/dukai/grunt-cache-bust-alt#readme", "main": "Gruntfile.js", "directories": { "test": "tests" }, "license": "ISC" }