forked from zigbeer/cc-znp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.01 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
{
"name": "cc-znp",
"version": "0.4.2",
"description": "The interface for a host to communicate with TI CC253X Zigbee Network Processor(ZNP) over a serial port.",
"main": "index.js",
"scripts": {
"test": "make test-all"
},
"repository": {
"type": "git",
"url": "https://github.com/zigbeer/cc-znp.git"
},
"keywords": [
"zigbee",
"cc253x"
],
"author": {
"name": "Jack Wu",
"email": "[email protected]"
},
"contributors": [
{
"name": "Simen Li",
"email": "[email protected]"
},
{
"name": "Hedy Wang",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/zigbeer/cc-znp/issues"
},
"homepage": "https://github.com/zigbeer/cc-znp#readme",
"dependencies": {
"debug": "^2.2.0",
"enum": "^2.3.0",
"serialport": "^4.0.1",
"stream-browserify": "^2.0.1",
"unpi": "^1.1.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chance": "^1.0.4",
"mocha": "^2.5.3"
}
}