gulp-ui5-cachebuster
Version:
Create a cachebuster folder and json for SAPUI5 / OpenUI5.
30 lines (29 loc) • 679 B
JSON
{
"name": "gulp-ui5-cachebuster",
"version": "0.1.0",
"description": "Create a cachebuster folder and json for SAPUI5 / OpenUI5.",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/jorgt/gulp-ui5-cachebuster.git"
},
"keywords": [
"OpenUI5",
"SAPUI5",
"gulp",
"cachebuster"
],
"author": "Jorg Thuijls <jorg@thuijls.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jorgt/gulp-ui5-cachebuster/issues"
},
"homepage": "https://github.com/jorgt/gulp-ui5-cachebuster",
"dependencies": {
"gulp-util": "^3.0.8",
"through2": "^2.0.3"
}
}