2017-09-27 09:39:10 -07:00
|
|
|
{
|
|
|
|
"name": "xiaomi-zb2mqtt",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Xiaomi Zigbee to MQTT bridge using zigbee-shepherd",
|
|
|
|
"main": "index.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-04-09 11:46:12 -07:00
|
|
|
"url": "git+https://github.com/Koenkk/xiaomi-zb2mqtt.git"
|
2017-09-27 09:39:10 -07:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"xiaomi",
|
|
|
|
"zigbee",
|
|
|
|
"mqtt",
|
|
|
|
"cc2531"
|
|
|
|
],
|
2018-04-11 10:01:44 -07:00
|
|
|
"scripts": {
|
2018-04-11 11:59:18 -07:00
|
|
|
"start": "node index.js",
|
2018-04-11 11:54:22 -07:00
|
|
|
"docs": "node doc.js"
|
2018-04-11 10:01:44 -07:00
|
|
|
},
|
2018-04-09 11:46:12 -07:00
|
|
|
"author": "Koen Kanters",
|
2017-09-27 09:39:10 -07:00
|
|
|
"license": "GPL-3.0",
|
|
|
|
"bugs": {
|
2018-04-09 11:46:12 -07:00
|
|
|
"url": "https://github.com/Koenkk/xiaomi-zb2mqtt/issues"
|
2017-09-27 09:39:10 -07:00
|
|
|
},
|
2018-04-09 11:46:12 -07:00
|
|
|
"homepage": "https://github.com/Koenkk/xiaomi-zb2mqtt/wiki",
|
2017-09-27 09:39:10 -07:00
|
|
|
"dependencies": {
|
2018-04-08 05:15:34 -07:00
|
|
|
"mqtt": "*",
|
2018-04-14 07:17:25 -07:00
|
|
|
"winston": "*",
|
2018-04-08 05:46:20 -07:00
|
|
|
"zigbee-shepherd": "*",
|
2018-04-14 06:46:36 -07:00
|
|
|
"zcl-packet": "git+https://github.com/koenkk/zcl-packet.git",
|
2018-04-09 08:37:21 -07:00
|
|
|
"yaml-config": "*"
|
2017-09-27 09:39:10 -07:00
|
|
|
}
|
|
|
|
}
|