-
Notifications
You must be signed in to change notification settings - Fork 87
/
package.json
53 lines (53 loc) · 1.16 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
53
{
"name": "zigbee-shepherd",
"version": "0.3.0",
"description": "An open source ZigBee gateway solution with node.js.",
"main": "index.js",
"scripts": {
"test": "make test-all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zigbeer/zigbee-shepherd.git"
},
"keywords": [
"zigbee",
"cc253x"
],
"author": "Jack Wu <[email protected]>",
"contributors": [
{
"name": "Hedy Wang",
"email": "[email protected]"
},
{
"name": "Simen Li",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/zigbeer/zigbee-shepherd/issues"
},
"homepage": "https://github.com/zigbeer/zigbee-shepherd#readme",
"dependencies": {
"areq": "^0.2.0",
"busyman": "^0.3.0",
"cc-znp": "^0.4.2",
"debug": "^2.6.3",
"objectbox": "^0.3.0",
"proving": "^0.1.0",
"q": "^1.4.1",
"zcl-id": "^0.3.2",
"zcl-packet": "^0.2.0",
"ziee": "^0.3.0",
"zive": "^0.2.2",
"zstack-constants": "^0.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
}
}