2017-09-27 09:39:10 -07:00
|
|
|
{
|
2018-04-18 09:25:40 -07:00
|
|
|
"name": "zigbee2mqtt",
|
2019-03-09 13:36:26 -07:00
|
|
|
"version": "1.2.1",
|
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
|
|
|
},
|
2018-11-07 12:05:14 -07:00
|
|
|
"engines": {
|
2019-02-01 09:14:56 -07:00
|
|
|
"node": "10"
|
2018-11-07 12:05:14 -07:00
|
|
|
},
|
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": {
|
2019-03-09 13:58:17 -07:00
|
|
|
"coverage": "jest --collect-coverage",
|
2018-08-15 13:19:54 -07:00
|
|
|
"eslint": "node_modules/.bin/eslint .",
|
|
|
|
"start": "node index.js",
|
2019-03-09 13:58:17 -07:00
|
|
|
"test": "jest"
|
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-12-14 11:37:57 -07:00
|
|
|
"homepage": "https://koenkk.github.io/zigbee2mqtt",
|
2017-09-27 09:39:10 -07:00
|
|
|
"dependencies": {
|
2019-03-16 15:41:46 -07:00
|
|
|
"debounce": "*",
|
2018-08-15 12:10:19 -07:00
|
|
|
"git-last-commit": "*",
|
|
|
|
"js-yaml": "*",
|
2018-08-16 11:04:29 -07:00
|
|
|
"mkdir-recursive": "*",
|
2018-08-07 23:24:47 -07:00
|
|
|
"moment": "*",
|
2018-04-08 05:15:34 -07:00
|
|
|
"mqtt": "*",
|
2018-08-15 12:10:19 -07:00
|
|
|
"object-assign-deep": "*",
|
2018-10-23 11:39:48 -07:00
|
|
|
"queue": "*",
|
2018-08-16 11:04:29 -07:00
|
|
|
"rimraf": "*",
|
2018-12-19 09:36:06 -07:00
|
|
|
"semver": "*",
|
2018-06-12 12:02:24 -07:00
|
|
|
"winston": "2.4.2",
|
2019-03-16 14:55:37 -07:00
|
|
|
"zcl-id": "git+https://github.com/Koenkk/zcl-id.git#4fa75c92424cd070a3bf6e1f4640b1e3ad8f802d",
|
2018-12-19 09:36:06 -07:00
|
|
|
"ziee": "*",
|
2019-03-29 12:10:02 -07:00
|
|
|
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#12c2e7f875e8ebccc3971736a4b684f86de9d79e",
|
2019-04-07 06:38:27 -07:00
|
|
|
"zigbee-shepherd-converters": "8.1.1",
|
2018-12-04 12:09:52 -07:00
|
|
|
"zive": "*"
|
2018-04-18 10:09:59 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-03-09 20:29:01 -07:00
|
|
|
"@types/jest": "^24.0.11",
|
2018-05-17 08:20:46 -07:00
|
|
|
"eslint": "*",
|
2018-08-15 13:19:54 -07:00
|
|
|
"eslint-config-google": "*",
|
2019-03-09 13:58:17 -07:00
|
|
|
"eslint-plugin-jest": "^22.3.0",
|
2019-03-09 15:34:19 -07:00
|
|
|
"jest": "^24.3.1"
|
2017-09-27 09:39:10 -07:00
|
|
|
}
|
|
|
|
}
|