forked from rancher/ui-driver-skel
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.14 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.14 KB
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
{
"name": "ui-driver-cloudca",
"version": "2.1.0",
"description": "cloud.ca Rancher UI driver for the cloud.ca docker-machine driver",
"repository": {
"type": "git",
"url": "git+https://github.com/cloud-ca/ui-driver-cloudca.git"
},
"author": "cloud.ca",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cloud-ca/ui-driver-cloudca/issues"
},
"scripts": {
"start": "./node_modules/.bin/gulp server",
"clean": "./node_modules/.bin/gulp clean",
"build": "./node_modules/.bin/gulp build",
"upload": "./scripts/upload"
},
"homepage": "https://github.com/cloud-ca/ui-driver-cloudca#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-add-module-exports": "^0.3.2",
"babel-plugin-transform-es2015-modules-amd": "^6.24.1",
"babel-preset-env": "^1.7.0",
"del": "3.0.0",
"gulp": "3.9.1",
"gulp-babel": "^7.0.1",
"gulp-clean": "0.4.0",
"gulp-concat": "2.6.1",
"gulp-connect": "5.5.0",
"gulp-jshint": "2.1.0",
"gulp-replace": "0.6.1",
"gulp-sourcemaps": "2.6.4",
"jshint": "2.9.5",
"replace-string": "^1.1.0",
"yargs": "11.0.0"
}
}