gulp-cache-bust
Version:
Append a query string to your assets to bust that cache!
49 lines (48 loc) • 1.26 kB
JSON
{
"name": "gulp-cache-bust",
"version": "1.4.1",
"description": "Append a query string to your assets to bust that cache!",
"keywords": [
"assets",
"cache",
"cachebust",
"gulpplugin",
"MD5",
"timestamp"
],
"author": {
"name": "Daniel Furze",
"email": "daniel@furzeface.com",
"url": "https://github.com/furzeface"
},
"repository": "https://github.com/furzeface/gulp-cache-bust",
"scripts": {
"test": "istanbul test _mocha --report html -- test/*.js --reporter spec",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"dependencies": {
"ansi-colors": "^1.0.1",
"cachebust": "2.4.1",
"fancy-log": "^1.3.2",
"graceful-fs": "^4.1.9",
"map-stream": "^0.1.0",
"plugin-error": "^0.1.2",
"temp-write": "^2.1.0",
"through2": "2.0.1",
"vinyl": "^2.1.0"
},
"devDependencies": {
"coveralls": "*",
"event-stream": "*",
"gulp": "^3.8.8",
"istanbul": "*",
"mocha": "*",
"mocha-lcov-reporter": "*",
"should": "~11.1.1"
},
"engines": {
"node": ">=4.4.5",
"npm": ">=2.15.1"
},
"license": "MIT"
}