forked from zigbeer/zigbee-shepherd
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
68 lines (57 loc) · 1.54 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
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "zigbee-bridge",
"version": "0.0.13",
"license": "MIT",
"description": "An open source ZigBee gateway solution with node.js.",
"main": "lib/bridge.js",
"keywords": [
"zigbee",
"cc253x"
],
"homepage": "https://github.com/open-zigbee/zigbee-bridge#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/open-zigbee/zigbee-bridge.git"
},
"bugs": {
"url": "https://github.com/open-zigbee/zigbee-bridge/issues"
},
"author": "Jack Wu <[email protected]>",
"contributors": [
{
"name": "Hedy Wang",
"email": "[email protected]"
},
{
"name": "Simen Li",
"email": "[email protected]"
}
],
"scripts": {
"test": "mocha -u bdd --reporter spec",
"lint": "eslint ."
},
"dependencies": {
"areq": "^0.2.0",
"busyman": "^0.3.0",
"debug": "^2.6.3",
"objectbox": "^0.3.0",
"proving": "^0.1.0",
"q": "^1.4.1",
"ziee": "^0.3.0",
"zive": "^0.2.2",
"zstack-constants": "^0.2.0",
"zigbee-bridge-znp": "0.0.3",
"zigbee-bridge-packet": "0.0.4",
"zigbee-bridge-definitions": "0.0.4"
},
"devDependencies": {
"mocha": "^3.2.0",
"chai": "^3.5.0",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0",
"mock-require": "^3.0.2",
"eslint": "5.2.0",
"eslint-config-open-zigbee": "0.0.3"
}
}