-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.62 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.62 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
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
{
"name": "tesla",
"version": "0.1.0",
"description": "WebGL Mavlink Ground Control Station",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/jleppert/tesla.git"
},
"keywords": [
"mavlink",
"drones",
"gcs",
"ground",
"control",
"uav",
"multirotor"
],
"author": "Johnathan Leppert",
"license": "MIT",
"devDependencies": {
"browserify": "^11.0.1",
"browserify-dustjs": "^0.1.1",
"chokidar": "^1.0.5",
"dustjs-helpers": "^1.7.3",
"dustjs-linkedin": "^2.7.2",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-rev": "^6.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"lodash.assign": "^3.2.0",
"run-sequence": "^1.1.2",
"testem": "^0.9.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
},
"dependencies": {
"aws-sdk": "^2.2.4",
"bluebird": "^2.10.1",
"bootstrap": "git@github.com:twbs/bootstrap.git#v4-dev",
"dustjs-linkedin": "^2.7.2",
"eventemitter2": "^0.4.14",
"express": "^4.13.3",
"git-rev": "^0.2.1",
"gulp-livereload": "^3.8.0",
"gulp-rev-all": "^0.8.21",
"gulp-rimraf": "^0.1.1",
"gulp-sass": "^2.0.4",
"jquery": "^2.1.4",
"knox": "^0.9.2",
"mapbox-gl": "^0.11.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"next-tick": "^0.2.2",
"observed": "^1.1.1",
"page": "^1.6.3",
"rimraf": "^2.4.3",
"s3": "^4.4.0",
"to-virtual-dom": "^1.0.0",
"utils-merge": "^1.0.0",
"virtual-dom": "^2.1.1"
}
}