forked from hybridgroup/node-bebop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 807 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 807 Bytes
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
{
"name": "node-bebop",
"version": "0.3.0",
"description": "library for the parrot bebop",
"main": "lib/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/hybridgroup/node-bebop.git"
},
"keywords": [
"parrot",
"bebop",
"drone"
],
"author": "The Hybrid Group <cylonjs@hybridgroup.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hybridgroup/node-bebop/issues"
},
"homepage": "https://github.com/hybridgroup/node-bebop",
"devDependencies": {
"mocha": "^2.2.5",
"chai": "^2.3.0",
"sinon": "^1.14.1",
"grunt": "^0.4.5",
"grunt-eslint": "^13.0.0",
"grunt-simple-mocha": "^0.4.0"
},
"dependencies": {
"fluent-ffmpeg": "^2.0.1",
"through": "^2.3.7"
}
}