forked from jabelone/MAVControl
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 758 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 758 Bytes
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
{
"author": "buzz",
"name": "nodejs_mavcontrol_backend",
"description": "using generated js mavlink parser with node",
"version": "0.0.1",
"homepage": "https://github.com/davidbuzz/MAVControl",
"repository": {
"type": "git",
"url": "git://github.com/davidbuzz/MAVControl.git"
},
"main": "./mavudp_to_ws_server.js",
"engines": {
"node": ">=8.10.0"
},
"dependencies": {
"backbone": "^1.4.0",
"express": "4.X.X",
"jspack": "0.0.4",
"nconf": "0.10.0",
"q": "1.5.1",
"socket.io": "2.2.0",
"underscore": "1.4.3",
"winston": "3.2.1"
},
"scripts": {
"start": "node mavudp_to_ws_server.js"
},
"bugs": {
"url": "https://github.com/davidbuzz/MAVControl/issues"
},
"license": "ISC"
}