UNPKG

gulp-asset-versioning

Version:

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

46 lines (45 loc) 1.02 kB
{ "name": "gulp-asset-versioning", "version": "0.1.2", "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/hashtroudi/gulp-asset-versioning.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/hashtroudi/gulp-asset-versioning.git", "bugs": { "url": "https://github.com/hashtroudi/gulp-asset-versioning/issues" }, "maintainers": [ "Morteza Hashtroudi <me@hashtroudi.com>" ], "directories": { "test": "test" }, "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }