This repository has been archived by the owner on Oct 28, 2021. It is now read-only.
forked from zigbeer/zigbee-shepherd
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.49 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
54
55
{
"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": {
"busyman": "^0.3.0",
"cc-znp": "git+https://github.com/HalleyAssist/cc-znp.git",
"debug": "2.x",
"eventemitter2": "^6.4.3",
"object-diff": "^0.0.4",
"objectbox": "^0.3.0",
"proving": "^0.1.0",
"q-lite": "git+https://github.com/HalleyAssist/q-lite.git",
"zcl-id": "git+https://github.com/HalleyAssist/zcl-id.git",
"zcl-packet": "git+https://github.com/HalleyAssist/zcl-packet.git",
"ziee": "git+https://github.com/HalleyAssist/ziee.git",
"zive": "git+https://github.com/HalleyAssist/zive.git",
"zstack-af": "git+https://github.com/HalleyAssist/zstack-af.git"
},
"devDependencies": {
"chai": "^4.0.0",
"mocha": "^6.2.1",
"sinon": "^6.3",
"sinon-chai": "^3.2.0",
"sinon-test": "^2.3.0"
}
}