-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
47 lines (47 loc) · 1.09 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
{
"name": "cc-bnp",
"version": "0.5.2",
"description": "The interface for a host to communicate with TI CC254X BLE Network Processor(BNP) over a serial port.",
"main": "index.js",
"directories": {
"example": "examples",
"test": "test"
},
"dependencies": {
"ble-packet": "^0.6.0",
"busyman": "^0.3.0",
"concentrate": "^0.2.3",
"debug": "^2.2.0",
"dissolve-chunks": "^1.3.0",
"enum": "^2.3.0",
"q": "^1.4.1",
"serialport": "^4.0.7"
},
"devDependencies": {
"chai": "^3.5.0",
"chance": "^0.8.0",
"mocha": "^2.5.3",
"should-promised": "^0.3.1"
},
"scripts": {
"test": "make test-all"
},
"repository": {
"type": "git",
"url": "https://github.com/bluetoother/cc-bnp.git"
},
"keywords": [
"ble",
"cc254x"
],
"author": "Hedy Wang <[email protected]>",
"contributors": [
"Peter Yi <[email protected]>",
"Simen Li <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bluetoother/cc-bnp/issues"
},
"homepage": "https://github.com/bluetoother/cc-bnp#readme"
}