zigbee2mqtt/package.json

47 lines
1.2 KiB
JSON
Raw Normal View History

2017-09-27 09:39:10 -07:00
{
2018-04-18 09:25:40 -07:00
"name": "zigbee2mqtt",
2018-07-31 08:20:50 -07:00
"version": "0.1.2",
2018-04-18 09:25:40 -07:00
"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",
"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": "*",
"mqtt": "*",
"winston": "2.4.2",
2018-08-05 10:12:24 -07:00
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#398f2db8382008d73f68c92ffab418b557d2808d",
2018-07-31 12:50:04 -07:00
"zigbee-shepherd-converters": "*",
2018-04-25 10:29:03 -07:00
"json2yaml": "*",
2018-08-01 08:57:30 -07:00
"zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#b7d5b4478a88cd3fc65328c6dc94572c277c7d3e",
2018-06-15 08:48:10 -07:00
"js-yaml": "*",
"git-last-commit": "*"
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
}
}