zigbee2mqtt/package.json

33 lines
752 B
JSON
Raw Normal View History

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": {
"mqtt": "*",
"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
}
}