gulp-rev-append
Version:
Cache-busting plugin for gulp.
38 lines (37 loc) • 763 B
JSON
{
"name": "gulp-rev-append",
"version": "0.1.8",
"description": "Cache-busting plugin for gulp.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/bustardcelly/gulp-rev-append"
},
"scripts": {
"test": "node node_modules/.bin/cucumber-js"
},
"keywords": [
"gulp",
"gulpplugin",
"gulp-rev-append",
"cache-busting",
"cache",
"revision"
],
"author": "Todd Anderson",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/bustardcelly/gulp-rev-append/LICENSE-MIT"
}
],
"devDependencies": {
"chai": "^1.9.0",
"cheerio": "^0.19.0",
"cucumber": "^0.4.0"
},
"dependencies": {
"event-stream": "^3.1.0",
"gulp-util": "^2.2.14"
}
}