UNPKG

1.25 kBJSONView Raw
1{
2 "name": "gulp-ui5-eager-preload",
3 "version": "1.13.0",
4 "main": "index.js",
5 "author": {
6 "name": "Theo Sun",
7 "email": "theo.sun@sap.com"
8 },
9 "scripts": {
10 "clean": "rm -rf lib",
11 "release": "standard-version --commit-all --no-verify && git push --follow-tags origin master"
12 },
13 "devDependencies": {
14 "@commitlint/cli": "^7.6.1",
15 "@commitlint/config-conventional": "^7.6.0",
16 "eslint": "^5.16.0",
17 "husky": "^2.3.0",
18 "standard-version": "^6.0.1"
19 },
20 "dependencies": {
21 "ansi-colors": "^3.2.4",
22 "deepdash": "^1.9.5",
23 "fancy-log": "^1.3.3",
24 "glob": "^7.1.3",
25 "lodash": "^4.17.11",
26 "node-fetch": "^2.3.0",
27 "plugin-error": "^1.0.1",
28 "rollup": "^1.16.4",
29 "rollup-plugin-commonjs": "^10.0.1",
30 "rollup-plugin-json": "^4.0.0",
31 "rollup-plugin-node-resolve": "^5.2.0",
32 "rollup-plugin-replace": "^2.2.0",
33 "rollup-plugin-uglify": "^6.0.0",
34 "through2": "^2.0.3",
35 "uglify-js": "^3.6.0",
36 "vinyl": "^2.2.0",
37 "xml2js": "^0.4.19"
38 },
39 "license": "MIT",
40 "husky": {
41 "hooks": {
42 "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
43 }
44 },
45 "repository": {
46 "type": "git",
47 "url": "https://github.com/Soontao/gulp-ui5-eager-preload"
48 }
49}