mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-02 10:01:37 +00:00
32 lines
727 B
JSON
32 lines
727 B
JSON
{
|
|
"name": "xiaomi-zb2mqtt",
|
|
"version": "1.0.0",
|
|
"description": "Xiaomi Zigbee to MQTT bridge using zigbee-shepherd",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/AndrewLinden/xiaomi-zb2mqtt.git"
|
|
},
|
|
"keywords": [
|
|
"xiaomi",
|
|
"zigbee",
|
|
"mqtt",
|
|
"cc2531"
|
|
],
|
|
"author": "Andrew Linden",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/AndrewLinden/xiaomi-zb2mqtt/issues"
|
|
},
|
|
"homepage": "https://github.com/AndrewLinden/xiaomi-zb2mqtt#readme",
|
|
"dependencies": {
|
|
"mqtt": "*",
|
|
"perfy": "*",
|
|
"zigbee-shepherd": "*",
|
|
"yaml-config": "*"
|
|
}
|
|
}
|