forked from tuxtof/ui-driver-nutanix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.1 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
{
"name": "ui-driver-nutanix",
"version": "0.0.2",
"description": "Skeleton Rancher UI driver for custom docker-machine drivers",
"repository": {
"type": "git",
"url": "git+https://github.com/rancher/ui-driver-skel.git"
},
"author": "Rancher Labs, Inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/rancher/rancher/issues"
},
"scripts": {
"start": "./node_modules/.bin/gulp server",
"clean": "./node_modules/.bin/gulp clean",
"build": "./node_modules/.bin/gulp build"
},
"homepage": "https://github.com/rancher/ui-driver-skel#readme",
"devDependencies": {
"@babel/core": "^7.14.6",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-transform-es2015-modules-amd": "^6.24.1",
"@babel/preset-env": "^7.14.7",
"del": "6.0.0",
"gulp": "4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean": "0.4.0",
"gulp-concat": "2.6.1",
"gulp-connect": "5.7.0",
"gulp-jshint": "2.1.0",
"gulp-replace": "1.1.3",
"gulp-sourcemaps": "3.0.0",
"jshint": "2.13.0",
"replace-string": "^3.1.0",
"yargs": "17.0.1"
}
}