forked from hybridgroup/cylon-ble
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (42 loc) · 926 Bytes
/
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
{
"name": "cylon-ble",
"version": "0.10.1",
"description": "Cylon module for Bluetooth Low Energy (LE) peripherals",
"homepage": "http://cylonjs.com",
"bugs": "https://github.com/hybridgroup/cylon-ble/issues",
"author": "The Hybrid Group <cylonjs@hybridgroup.com>",
"repository": {
"type": "git",
"url": "https://github.com/hybridgroup/cylon-ble"
},
"license": "Apache-2.0",
"keywords": [
"cylon",
"cylonjs",
"cylons",
"robot",
"robots",
"robotics",
"iot",
"hardware",
"Bluetooth",
"BLE",
"Bluetooth LE"
],
"bin": {
"cylon-ble-scan": "bin/blescan.js",
"cylon-ble-info": "bin/bleinfo.js"
},
"devDependencies": {
"sinon-chai": "^2.8.0",
"chai": "^3.2.0",
"mocha": "^2.2.5",
"sinon": "^1.15.4",
"eslint": "^0.24.0"
},
"dependencies": {
"cylon": "^1.2.0",
"noble": "^1.3.0",
"async": "^1.4.0"
}
}