forked from kabbi/zigbee2mqtt-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1013 Bytes
/
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
{
"name": "zigbee2mqtt-adapter",
"display_name": "zigbee2mqtt adapter",
"version": "0.2.6",
"description": "Brings all your zigbee devices to the gateway through mqtt bridge",
"main": "index.js",
"keywords": [
"mozilla",
"iot",
"adapter",
"virtual"
],
"homepage": "https://github.com/kabbi/zigbee2mqtt-adapter",
"author": "Mozilla IoT",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/kabbi/zigbee2mqtt-adapter.git"
},
"bugs": {
"url": "https://github.com/kabbi/zigbee2mqtt-adapter/issues"
},
"dependencies": {
"mqtt": "^2.18.8"
},
"devDependencies": {
"eslint": "^4.19.1",
"sqlite3": "^4.0.6"
},
"files": [
"LICENSE",
"SHA256SUMS",
"index.js",
"zigbee2mqtt-adapter.js"
],
"moziot": {
"api": {
"min": 1,
"max": 2
},
"plugin": true,
"exec": "{nodeLoader} {path}",
"config": {
"mqtt": "mqtt://localhost",
"prefix": "zigbee2mqtt"
}
}
}