rev-all
Version:
Command line utility for filename revisions
44 lines (43 loc) • 832 B
JSON
{
"name": "rev-all",
"version": "0.2.0",
"description": "Command line utility for filename revisions",
"main": "index.js",
"bin": {
"rev-all": "bin/rev-all.js"
},
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "git@github.com/L8D/rev-all.git"
},
"keywords": [
"gulp-rev-all",
"rev-all",
"rev",
"all",
"asset",
"assets",
"cache",
"versioning",
"version",
"expire",
"static"
],
"author": "Tenor Biel <tenorbiel@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/L8D/rev-all/issues"
},
"homepage": "https://github.com/L8D/rev-all",
"devDependencies": {
"standard": "^6.0.7"
},
"dependencies": {
"commander": "^2.9.0",
"gulp-rev-all": "^0.8.24",
"vinyl-fs": "^2.4.4"
}
}