asset-cache-bust
Version:
Bust your asset cache using querystring hashes based on actual asset content
47 lines (46 loc) • 932 B
JSON
{
"name": "asset-cache-bust",
"version": "2.2.0",
"description": "Bust your asset cache using querystring hashes based on actual asset content",
"main": "index.js",
"bin": "bin/asset-cache-bust",
"scripts": {
"test": "mocha -w"
},
"author": "Yanik Ceulemans",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/YanikCeulemans/asset-cache-bust"
},
"dependencies": {
"chai": "^3.5.0",
"chalk": "1.1.3",
"data.maybe": "^1.2.2",
"data.task": "3.1.1",
"fingerprinting": "1.0.1",
"glob": "7.1.1",
"htmlparser2": "3.9.2",
"immutable": "3.8.1",
"immutable-ext": "1.0.8",
"meow": "3.7.0"
},
"devDependencies": {
"mocha": "^3.2.0"
},
"files": [
"index.js",
"taskfs.js",
"util.js",
"bin/"
],
"keywords": [
"cache",
"bust",
"invalidate",
"bundling",
"html",
"replace",
"asset"
]
}