gulp-ui5-eager-preload
Version:
[](https://www.npmjs.com/package/gulp-ui5-eager-preload)
49 lines (48 loc) • 1.2 kB
JSON
{
"name": "gulp-ui5-eager-preload",
"version": "1.12.2",
"main": "index.js",
"author": {
"name": "Theo Sun",
"email": "theo.sun@sap.com"
},
"scripts": {
"clean": "rm -rf lib",
"release": "standard-version --commit-all --no-verify && git push --follow-tags origin master"
},
"devDependencies": {
"@commitlint/cli": "^7.6.1",
"@commitlint/config-conventional": "^7.6.0",
"eslint": "^5.16.0",
"husky": "^2.3.0",
"standard-version": "^6.0.1"
},
"dependencies": {
"ansi-colors": "^3.2.4",
"deepdash": "^1.9.5",
"fancy-log": "^1.3.3",
"glob": "^7.1.3",
"lodash": "^4.17.11",
"node-fetch": "^2.3.0",
"plugin-error": "^1.0.1",
"rollup": "^1.7.3",
"rollup-plugin-commonjs": "^9.2.2",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-uglify": "^6.0.0",
"through2": "^2.0.3",
"uglify-js": "^3.4.9",
"unfetch": "^4.1.0",
"vinyl": "^2.2.0",
"xml2js": "^0.4.19"
},
"license": "MIT",
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"repository": {
"type": "git",
"url": "https://github.com/Soontao/gulp-ui5-eager-preload"
}
}