forked from voodootikigod/node-rolling-spider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.08 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.08 KB
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
{
"name": "rolling-spider",
"version": "0.1.1",
"description": "A library for sending BLE commands to a Parrot Rolling Spider drone",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:FluffyJack/node-rolling-spider.git"
},
"keywords": [
"ble",
"parrot",
"rolling-spider",
"drone",
"bluetooth"
],
"author": "Jack Watson-Hamblin <info@fluffyjack.com> (https://motioninmotion.tv/)",
"license": {
"type": "MIT",
"url": "https://github.com/FluffyJack/node-rolling-spider/blob/master/LICENSE.md"
},
"bugs": {
"url": "https://github.com/FluffyJack/node-rolling-spider/issues"
},
"dependencies": {
"debug": "^2.1.1",
"noble": "^0.3.7"
},
"devDependencies": {
"keypress": "^0.2.1",
"mocha": "*",
"chai": "*",
"sinon-chai": "*",
"sinon": "*",
"grunt": "*",
"grunt-cli": "*",
"grunt-mocha-test": "*",
"grunt-contrib-jshint": "*",
"sandboxed-module": "~0.3.0",
"temporal": "^0.4.0"
}
}