-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1000 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "ui5-lib-util",
"version": "0.3.5",
"description": "A set of UI5 utilities to download and build OpenUI5 automatically.",
"scripts": {
"precommit": "lint-staged"
},
"repository": {
"url": "git+https://github.com/pulseshift/ui5-lib-util.git",
"type": "git"
},
"authors": [
"Jascha Quintern <jascha.quintern@pulseshift.com>",
"Michael Dell <michael.dell@pulseshift.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pulseshift/ui5-lib-util/issues"
},
"homepage": "https://github.com/pulseshift/ui5-lib-util#readme",
"main": "index.js",
"dependencies": {
"adm-zip": "^0.5.6",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-if": "^3.0.0",
"gulp-rename": "^2.0.0",
"gulp-tap": "^2.0.0",
"gulp-terser": "^2.1.0",
"gulp-ui5-preload": "^1.3.1",
"less-openui5": "^0.11.2",
"request": "^2.88.2",
"request-progress": "^3.0.0"
},
"devDependencies": {
"prettier": "^2.2.1"
}
}