mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-17 02:48:31 -07:00
65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"name": "zigbee2mqtt",
|
|
"version": "1.1.1",
|
|
"description": "Zigbee to MQTT bridge using zigbee-shepherd",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Koenkk/zigbee2mqtt.git"
|
|
},
|
|
"engines": {
|
|
"node": "10"
|
|
},
|
|
"keywords": [
|
|
"xiaomi",
|
|
"tradfri",
|
|
"hue",
|
|
"bridge",
|
|
"zigbee",
|
|
"mqtt",
|
|
"cc2531"
|
|
],
|
|
"scripts": {
|
|
"coverage": "nyc --all report --reporter=text mocha --recursive --timeout=3000",
|
|
"docgen": "node docgen/docgen.js",
|
|
"eslint": "node_modules/.bin/eslint .",
|
|
"start": "node index.js",
|
|
"test": "mocha --recursive"
|
|
},
|
|
"author": "Koen Kanters",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/Koenkk/zigbee2mqtt/issues"
|
|
},
|
|
"homepage": "https://koenkk.github.io/zigbee2mqtt",
|
|
"dependencies": {
|
|
"git-last-commit": "*",
|
|
"js-yaml": "*",
|
|
"json2yaml": "*",
|
|
"mkdir-recursive": "*",
|
|
"moment": "*",
|
|
"mqtt": "*",
|
|
"object-assign-deep": "*",
|
|
"queue": "*",
|
|
"rimraf": "*",
|
|
"semver": "*",
|
|
"winston": "2.4.2",
|
|
"ziee": "*",
|
|
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#76af47e307b1c6cfca49f51d35d7d2624a4fead9",
|
|
"zigbee-shepherd-converters": "7.1.3",
|
|
"zive": "*"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "*",
|
|
"chai-spies": "*",
|
|
"eslint": "*",
|
|
"eslint-config-google": "*",
|
|
"eslint-plugin-mocha": "*",
|
|
"image-size": "*",
|
|
"mocha": "*",
|
|
"nyc": "*",
|
|
"proxyquire": "*",
|
|
"sinon": "*"
|
|
}
|
|
}
|