forked from voodootikigod/node-rolling-spider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (67 loc) · 1.5 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "rolling-spider",
"version": "1.5.2",
"description": "A library for sending BLE commands to a Parrot Rolling Spider drone",
"main": "index.js",
"keywords": [
"bluetooth",
"ble",
"parrot",
"rolling-spider",
"drone",
"quadcopter",
"multicopter",
"flight"
],
"author": {
"name": "Jack Watson-Hamblin",
"email": "[email protected]",
"web": "https://motioninmotion.tv/"
},
"maintainers": [
{
"name": "Jack Watson-Hamblin",
"email": "[email protected]"
},
{
"name": "Chris Williams",
"email": "[email protected]"
},
{
"name": "Chris Taylor",
"email": "[email protected]",
"web": "http://christhebaron.co.uk"
}
],
"bugs": {
"url": "https://github.com/FluffyJack/node-rolling-spider/issues"
},
"dependencies": {
"debug": "^2.1.1",
"lodash": "3.9.3",
"noble": "^1.1.0"
},
"devDependencies": {
"grunt-contrib-jshint": "^0.11.2",
"grunt-mocha-test": "^0.12.7",
"keypress": "^0.2.1",
"logitech-dual-action-controller": "git+https://github.com/voodootikigod/node-logitech-dual-action-controller.git",
"mocha": "2.2.5",
"should": "6.0.3",
"sinon": "1.14.1",
"temporal": "^0.4.0"
},
"repository": {
"type": "git",
"url": "[email protected]:FluffyJack/node-rolling-spider.git"
},
"license": {
"name": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
"os": [
"darwin",
"linux",
"win32"
]
}