-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "zstack-af",
"version": "0.3.0",
"description": "An open source ZigBee gateway solution with node.js.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HalleyAssist/zstack-af.git"
},
"keywords": [
"zigbee",
"cc253x"
],
"author": "Jack Wu <jackchased@gmail.com>",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/HalleyAssist/zstack-af/issues"
},
"homepage": "https://github.com/HalleyAssist/zstack-af#readme",
"dependencies": {
"@halleyassist/q-lite": "^0.9.6",
"busyman": "^0.3.0",
"debug": "2.x",
"eventemitter2": "git+https://github.com/HalleyAssist/EventEmitter2.git",
"proving": "^0.1.0",
"zcl-id": "git+https://github.com/HalleyAssist/zcl-id.git",
"zcl-packet": "git+https://github.com/HalleyAssist/zcl-packet.git"
},
"devDependencies": {
"chai": "^4.0.0",
"chance": "^1.1.9",
"eslint": "^7.12.0",
"mocha": "^6.2.3",
"sinon": "^6.3",
"sinon-chai": "^3.2.0",
"sinon-test": "^2.3.0"
}
}