gulp-hash-references
Version:
Replaces references (paths) to files according to the specified mapping file
32 lines (31 loc) • 686 B
JSON
{
"name": "gulp-hash-references",
"version": "3.0.1",
"description": "Replaces references (paths) to files according to the specified mapping file",
"keywords": [
"cache",
"cachebust",
"cache bust",
"gulpplugin"
],
"author": {
"name": "Miikka Virtanen",
"email": "contact@mivir.fi"
},
"homepage": "https://github.com/Dragory/gulp-hash-references",
"repository": {
"type": "git",
"url": "git@github.com:Dragory/gulp-hash-references.git"
},
"main": "./index.js",
"scripts": {
"test": "mocha ./test"
},
"dependencies": {
"through2": "^3.0.0"
},
"devDependencies": {
"mocha": "^5.2.0",
"vinyl": "^2.2.0"
}
}