-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 909 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
41
{
"name": "ardrone-webflight",
"version": "0.1.1",
"description": "Extensible remote-control environment for the AR Drone.",
"main": "app.js",
"repository": {
"type": "git",
"url": "[email protected]:eschnou/ardrone-webflight.git"
},
"keywords": [
"drone",
"ardrone",
"nodecopter",
"parrot",
"cockpit",
"browser",
"artificial horizon"
],
"dependencies": {
"ar-drone": "0.3.1",
"express": "3.0.x",
"ejs": "~0.8.3",
"socket.io": "~0.9.4",
"dronestream": "1.1.1",
"dateformat": "~1.0.6-1.2.3",
"line-reader": "~0.2.3",
"buffered-reader": "~1.0.1"
},
"author": "Laurent Eschenauer <[email protected]>",
"contributors": [
{
"name": "Benjamin Nortier",
"email": "[email protected]"
},
{
"name": "Bernhard K. Weisshuhn",
"email": "[email protected]>"
}
],
"license": "MIT"
}