-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
52 lines (52 loc) · 1.23 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
{
"name": "ble-shepherd",
"version": "1.2.0",
"description": "A network controller and manager for the BLE machine network running on node.js",
"main": "index.js",
"scripts": {
"test": "make test-all"
},
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "https://github.com/bluetoother/ble-shepherd.git"
},
"keywords": [
"ble",
"cc254x",
"csr8510"
],
"author": "Hedy Wang <[email protected]>",
"contributors": [
"Simen Li <[email protected]>",
"Peter Yi <[email protected]>"
],
"license": "MIT",
"homepage": "https://github.com/bluetoother/ble-shepherd",
"devDependencies": {
"bshep-plugin-ti-keyfob": "0.1.0",
"bshep-plugin-ti-sensortag1": "0.1.0",
"chai": "^3.5.0",
"lodash": "^4.15.0",
"mocha": "^2.5.3",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"async-kit": "^2.1.3",
"ble-packet": "^0.6.0",
"busyman": "^0.3.0",
"cc-bnp": "^0.5.2",
"debug": "^2.2.0",
"enum": "^2.3.0",
"noble": "hedywings/noble#hci-socket",
"objectbox": "^0.3.0",
"proving": "^0.1.0",
"q": "^1.4.1"
},
"bugs": {
"url": "https://github.com/bluetoother/ble-shepherd/issues"
}
}