-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
46 lines (46 loc) · 1.06 KB
/
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
42
43
44
45
46
{
"name": "node-bebop",
"version": "0.6.0",
"description": "Node.js JavaScript library for the Parrot Bebop",
"main": "lib/index.js",
"scripts": {
"test": "mocha",
"updateCommands": "node bin/updateCommands.js"
},
"repository": {
"type": "git",
"url": "https://github.com/hybridgroup/node-bebop.git"
},
"bin": {
"update-bebop-commands": "./bin/updateCommands.js"
},
"keywords": [
"parrot",
"bebop",
"drone",
"bebop1",
"bebop2"
],
"author": "The Hybrid Group <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hybridgroup/node-bebop/issues"
},
"homepage": "https://github.com/hybridgroup/node-bebop",
"devDependencies": {
"chai": "^2.3.0",
"grunt": "^0.4.5",
"grunt-eslint": "^13.0.0",
"grunt-simple-mocha": "^0.4.0",
"mocha": "^2.2.5",
"promise": "^7.1.1",
"request": "^2.69.0",
"sinon": "^1.14.1",
"xml2json": "^0.9.0"
},
"dependencies": {
"fluent-ffmpeg": "^2.0.1",
"storotype": "^0.1.17",
"through": "^2.3.7"
}
}