-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.95 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "SteveApp",
"version": "0.1.0",
"author": "Eric Kelly",
"description": "WIP - Universal remote data collection and contol dashboard for Unmanned robots or UAVs",
"homepage": "https://github.com/clearbucketlabs/SteveApp",
"main": "build/browser.js",
"repository": {
"type": "git",
"url": "git@github.com:clearbucketlabs/SteveApp.git"
},
"bugs": "https://github.com/erickelly/steveapp",
"scripts": {
"start": "gulp",
"test": "jest -c jest-unit.json",
"integration": "jest -c jest-integration.json",
"release": "gulp release",
"release:beta": "gulp release --beta",
"lint": "jsxhint src",
"reset": "gulp reset"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"electron-version": "0.26.0",
"dependencies": {
"alt": "^0.16.2",
"async": "^0.9.0",
"bluebird": "^2.9.30",
"bugsnag-js": "^2.4.8",
"classnames": "^1.2.0",
"exec": "^0.2.0",
"jquery": "^2.1.3",
"lodash": "^3.9.3",
"mixpanel": "^0.2.1",
"mkdirp": "^0.5.0",
"node-uuid": "^1.4.3",
"object-assign": "^2.0.0",
"react": "^0.13.1",
"react-bootstrap": "^0.25.2",
"react-retina-image": "^1.1.2",
"react-router": "^0.13.3",
"react-grid-layout": "^0.8.5"
},
"devDependencies": {
"babel": "^5.1.10",
"electron-rebuild": "^0.2.3",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.5.2",
"gulp-cssmin": "^0.1.6",
"gulp-download-electron": "^0.0.5",
"gulp-if": "^1.2.5",
"gulp-insert": "^0.4.0",
"gulp-less": "^3.0.2",
"gulp-livereload": "^3.8.0",
"gulp-plumber": "^1.0.0",
"gulp-shell": "^0.4.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.4",
"jest-cli": "^0.4.5",
"jsxhint": "^0.14.0",
"minimist": "^1.1.1",
"react-tools": "^0.13.1",
"run-sequence": "^1.0.2",
"source-map-support": "^0.2.10"
}
}