2017-09-27 09:39:10 -07:00
|
|
|
{
|
2018-04-18 09:25:40 -07:00
|
|
|
"name": "zigbee2mqtt",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "Zigbee to MQTT bridge using zigbee-shepherd",
|
2017-09-27 09:39:10 -07:00
|
|
|
"main": "index.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-04-18 09:25:40 -07:00
|
|
|
"url": "git+https://github.com/Koenkk/zigbee2mqtt.git"
|
2017-09-27 09:39:10 -07:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"xiaomi",
|
2018-04-18 09:25:40 -07:00
|
|
|
"tradfri",
|
|
|
|
"hue",
|
|
|
|
"bridge",
|
2017-09-27 09:39:10 -07:00
|
|
|
"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-05-16 10:40:05 -07:00
|
|
|
"docgen": "node support/docgen.js",
|
2018-05-17 08:20:46 -07:00
|
|
|
"verify-homeassistant-mapping": "node support/verify-homeassistant-mapping.js",
|
|
|
|
"eslint": "node_modules/.bin/eslint ."
|
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-18 09:42:38 -07:00
|
|
|
"url": "https://github.com/Koenkk/zigbee2mqtt/issues"
|
2017-09-27 09:39:10 -07:00
|
|
|
},
|
2018-04-18 09:42:38 -07:00
|
|
|
"homepage": "https://github.com/Koenkk/zigbee2mqtt/wiki",
|
2017-09-27 09:39:10 -07:00
|
|
|
"dependencies": {
|
2018-05-30 13:28:08 -07:00
|
|
|
"object-assign-deep": "*",
|
2018-04-08 05:15:34 -07:00
|
|
|
"mqtt": "*",
|
2018-06-12 12:02:24 -07:00
|
|
|
"winston": "2.4.2",
|
2018-05-08 11:46:52 -07:00
|
|
|
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git",
|
2018-05-24 04:09:58 -07:00
|
|
|
"zigbee-shepherd-converters": "*",
|
2018-04-25 10:29:03 -07:00
|
|
|
"json2yaml": "*",
|
2018-06-09 09:19:15 -07:00
|
|
|
"zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git",
|
2018-05-25 07:42:29 -07:00
|
|
|
"js-yaml": "*"
|
2018-04-18 10:09:59 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-05-17 08:20:46 -07:00
|
|
|
"eslint": "*",
|
|
|
|
"eslint-config-google": "*"
|
2017-09-27 09:39:10 -07:00
|
|
|
}
|
|
|
|
}
|