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
36 lines (36 loc) · 1.02 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.02 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
{
"name": "ui-driver-interoutevdc",
"version": "0.0.1",
"description": "Rancher UI driver for the Interoute VDC docker-machine driver",
"repository": {
"type": "git",
"url": "git+https://github.com/radu-stefanache/ui-driver-interoutevdc.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",
"upload": "./scripts/upload"
},
"homepage": "https://github.com/rancher/ui-driver-skel#readme",
"devDependencies": {
"del": "3.0.0",
"gulp": "3.9.1",
"gulp-clean": "0.4.0",
"gulp-concat": "2.6.1",
"gulp-connect": "5.5.0",
"gulp-htmlbars-compiler": "0.0.2",
"gulp-jshint": "2.1.0",
"gulp-replace": "0.6.1",
"gulp-sourcemaps": "2.6.4",
"gulp-wrap-amd": "0.5.0",
"jshint": "2.9.5",
"yargs": "11.0.0",
"ember-source": "^3.0.0"
}
}