-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
38 lines (38 loc) · 911 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
{
"name": "node-server-ar-drone",
"version": "1.0.8",
"description": "Fly a Parrot AR Drone 2.0 using REST calls.",
"main": "src/node_server.js",
"scripts": {
"test": "spec/node_server_spec.js"
},
"repository": {
"type": "git",
"url": "https://github.com/sirarsalih/node-server-ar-drone"
},
"author": "Sirar Salih <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sirarsalih/node-server-ar-drone/issues"
},
"homepage": "https://github.com/sirarsalih/node-server-ar-drone",
"keywords": [
"drone",
"ardrone",
"autonomy",
"autonomousdrone",
"parrotardrone",
"REST",
"fly",
"iot"
],
"dependencies": {
"ar-drone": "^0.3.2",
"ardrone-autonomy": "^0.1.2",
"express": "^4.8.6",
"nodemon": "^1.2.1",
"jasmine-node": "^1.14.5",
"jasmine-node-karma": "^1.6.1",
"request": "^2.51.0"
}
}