gulp-bustcache
Version:
Gulp Cache Buster, no query string required
25 lines (24 loc) • 514 B
JSON
{
"name": "gulp-bustcache",
"version": "1.0.0",
"description": "Gulp Cache Buster, no query string required",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcallkz/gulp-bustcache.git"
},
"keywords": [
"cache",
"cache-buster",
"bustcache",
"cache busting"
],
"author": "Lucas Marçal",
"license": "MIT",
"dependencies": {
"through2": "^2.0.0"
}
}