forked from rancher/ui-driver-rackhd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 990 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
{
"name": "ui-driver-rackhd",
"version": "0.0.1",
"description": "Rancher UI driver for RackHD",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/rancher/ui-driver-rackhd.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-rackhd#readme",
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-connect": "^3.2.2",
"gulp-htmlbars-compiler": "0.0.2",
"gulp-jshint": "^2.0.0",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-wrap-amd": "^0.5.0",
"jshint": "^2.9.1",
"yargs": "^4.6.0"
}
}