-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.36 KB
/
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
39
40
41
42
43
44
45
46
47
{
"name": "ui-driver-otc",
"version": "0.1.0",
"description": "OpenTelekomCloud Node Driver",
"repository": {
"type": "git",
"url": "https://github.com/opentelekomcloud/ui-driver-otc"
},
"author": "T-Systems GmbH",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/opentelekomcloud/ui-driver-otc/issues"
},
"scripts": {
"start": "./node_modules/.bin/gulp server",
"clean": "./node_modules/.bin/gulp clean",
"build": "./node_modules/.bin/gulp build"
},
"homepage": "https://github.com/opentelekomcloud/ui-driver-otc",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@opentelekomcloud/oms": "^0.1.6",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-transform-es2015-modules-amd": "^6.24.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"del": "3.0.0",
"gulp": "4.0.0",
"gulp-append": "^0.3.4",
"gulp-babel": "^8.0.0",
"gulp-clean": "0.4.0",
"gulp-concat": "2.6.1",
"gulp-connect": "5.7.0",
"gulp-include": "^2.4.1",
"gulp-jshint": "2.1.0",
"gulp-replace": "1.0.0",
"gulp-sourcemaps": "2.6.4",
"is-cidr": "^4.0.2",
"is-ip": "^3.1.0",
"jshint": "2.13.6",
"lodash.template": ">=4.5.0",
"minimist": "^1.2.8",
"replace-string": "^2.0.0",
"yargs": "^15.3.1",
"yargs-parser": ">=13.1.2"
}
}