UNPKG

gulp-versioning-asset

Version:

a plugin for gulp.js to add version after file's name by content hash.

46 lines (45 loc) 992 B
{ "name": "gulp-versioning-asset", "version": "0.1.3", "description": "a plugin for gulp.js to add version after file's name by content hash.", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/SaW-/gulp-versioning-asset.git" }, "author": "Morteza Hashtroudi", "engines": { "node": ">=0.12.0" }, "files": [ "index.js" ], "keywords": [ "gulpplugin", "asset version", "asset versioning", "md5", "cache-bust", "cache bust", "cache busting" ], "dependencies": { "gulp": "^3.9.1", "gulp-util": "^3.0.8", "through2": "^2.0.3" }, "homepage": "https://github.com/SaW-/gulp-versioning-asset.git", "bugs": { "url": "https://github.com/SaW-/gulp-versioning-asset.git" }, "maintainers": [ "Shady Amir <e.saw.90@gmail.com>" ], "directories": { "test": "test" }, "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }