mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-16 18:39:09 -07:00
34 lines
772 B
JSON
34 lines
772 B
JSON
{
|
|
"name": "xiaomi-zb2mqtt",
|
|
"version": "1.0.0",
|
|
"description": "Xiaomi Zigbee to MQTT bridge using zigbee-shepherd",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Koenkk/xiaomi-zb2mqtt.git"
|
|
},
|
|
"keywords": [
|
|
"xiaomi",
|
|
"zigbee",
|
|
"mqtt",
|
|
"cc2531"
|
|
],
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"docs": "node doc.js"
|
|
},
|
|
"author": "Koen Kanters",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/Koenkk/xiaomi-zb2mqtt/issues"
|
|
},
|
|
"homepage": "https://github.com/Koenkk/xiaomi-zb2mqtt/wiki",
|
|
"dependencies": {
|
|
"mqtt": "*",
|
|
"winston": "*",
|
|
"zigbee-shepherd": "*",
|
|
"zcl-packet": "git+https://github.com/koenkk/zcl-packet.git",
|
|
"yaml-config": "*"
|
|
}
|
|
}
|