zigbee2mqtt/package.json
2018-04-25 19:29:03 +02:00

41 lines
872 B
JSON

{
"name": "zigbee2mqtt",
"version": "0.1.0",
"description": "Zigbee to MQTT bridge using zigbee-shepherd",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Koenkk/zigbee2mqtt.git"
},
"keywords": [
"xiaomi",
"tradfri",
"hue",
"bridge",
"zigbee",
"mqtt",
"cc2531"
],
"scripts": {
"start": "node index.js",
"docgen": "node support/docgen.js"
},
"author": "Koen Kanters",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Koenkk/zigbee2mqtt/issues"
},
"homepage": "https://github.com/Koenkk/zigbee2mqtt/wiki",
"dependencies": {
"mqtt": "*",
"winston": "*",
"zigbee-shepherd": "*",
"zcl-packet": "git+https://github.com/koenkk/zcl-packet.git",
"json2yaml": "*",
"yawn-yaml": "*"
},
"devDependencies": {
"eslint": "*"
}
}