-
Notifications
You must be signed in to change notification settings - Fork 112
/
package.json
72 lines (72 loc) · 1.48 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
69
70
71
72
{
"name": "rolling-spider",
"version": "1.7.0",
"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": "info@fluffyjack.com",
"web": "https://motioninmotion.tv/"
},
"maintainers": [
{
"name": "Jack Watson-Hamblin",
"email": "info@fluffyjack.com"
},
{
"name": "Chris Williams",
"email": "voodootikigod@gmail.com"
},
{
"name": "Chris Taylor",
"email": "christhebaron@gmail.com",
"web": "http://christhebaron.co.uk"
},
{
"name": "Linda Nichols",
"email": "lynnaloo@gmail.com"
}
],
"bugs": {
"url": "https://github.com/FluffyJack/node-rolling-spider/issues"
},
"scripts": {
"test": "mocha",
"lint": "eslint . --ext .js"
},
"dependencies": {
"debug": "^2.1.1",
"keypress": "^0.2.1",
"lodash": "3.9.3",
"noble": "voodootikigod/noble"
},
"devDependencies": {
"mocha": "2.2.5",
"should": "6.0.3",
"sinon": "1.14.1",
"temporal": "^0.4.0",
"eslint-config-eta": "^0.0.9",
"eslint": "^3.19.0"
},
"repository": {
"type": "git",
"url": "git@github.com:voodootikigod/node-rolling-spider.git"
},
"license": "MIT",
"os": [
"darwin",
"linux",
"win32",
"android"
]
}