forked from Koenkk/zigbee-shepherd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.38 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 <jackchased@gmail.com>",
"contributors": [
{
"name": "Hedy Wang",
"email": "hedywings@gmail.com"
},
{
"name": "Simen Li",
"email": "simenkid@gmail.com"
}
],
"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": "git+https://github.com/Koenkk/cc-znp.git#7a57508a2a462808e34f2c9d6fc7b7a98040781d",
"debug": "^3.2.6",
"objectbox": "^0.3.0",
"proving": "^0.1.0",
"q": "^1.5.1",
"zcl-id": "git+https://github.com/Koenkk/zcl-id.git#77ba3058c6c4b09a9958761ae5e3046765c12872",
"zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#39786f72ccc5ade1d4141d9d85d9e9249ce7080f",
"ziee": "^0.3.0",
"zstack-constants": "^0.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0",
"zive": "^0.2.2"
}
}