-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 922 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
37
38
39
40
{
"name": "flying-monkey",
"version": "0.0.2",
"description": "Navigation for 3DR drones",
"author": "Jeff Waller <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/waTeim/flying-monkey.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/waTeim/flying-monkey/LICENSE"
}
],
"bugs": {
"url": "https://github.com/waTeim/flying-monkey/issues"
},
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bluebird": "x",
"body-parser": "~1.13.2",
"commander":"x",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "~2.3.3",
"express": "~4.13.1",
"morgan": "~1.6.1",
"python-shell": "x",
"request": "x",
"serve-favicon": "~2.3.0",
"socket.io": "x",
"socket.io-client": "x"
},
"devDependencies": {
"node-julia": "git://github.com/waTeim/node-julia.git"
}
}