UNPKG

gulp-rev-hash

Version:

Appends a file's hash to a file URL to cache assets in any file (html, templates)

33 lines 664 B
{ "name": "gulp-rev-hash", "version": "0.0.2", "description": "Appends a file's hash to a file URL to cache assets in any file (html, templates)", "main": "index.js", "dependencies": { "gulp-util": "~2.2.14", "through2": "~0.4.1" }, "devDependencies": { "event-stream": "~3.1.0", "gulp": "~3.5.5" }, "repository": { "type": "git", "url": "git://github.com/outluch/gulp-rev-hash.git" }, "keywords": [ "gulpplugin", "js", "javascript", "asset", "caching", "rev", "md5", "hash" ], "author": "Konstantin <outluch@gmail.com>", "license": "MIT", "engines": { "node": ">=0.8" } }