-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 978 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
{
"name": "nodecopter-server",
"version": "1.0.0",
"description": "Server program that uses NodeCopter library to control AR.Drone 2.0 UAV and uses a socket.io interface to communicate with client.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CianDuffy/nodecopter-server.git"
},
"keywords": [
"nodecopter-server"
],
"author": "CianDuffy",
"license": "MIT",
"bugs": {
"url": "https://github.com/CianDuffy/nodecopter-server/issues"
},
"homepage": "https://github.com/CianDuffy/nodecopter-server#readme",
"dependencies": {
"ar-drone": "^0.3.3",
"bower": "^1.8.0",
"child_process": "^1.0.2",
"chokidar": "^1.6.1",
"dronestream": "^1.1.1",
"express": "^4.14.0",
"nodecopter": "0.0.2",
"opencv": "^6.0.0",
"opn": "^4.0.2",
"serve-favicon": "^2.3.2",
"socket.io": "^1.7.2"
}
}