{ "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": "*", "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#98f73de091a0f0259a031750d893a077e1beb7f4", "zigbee-shepherd-converters": "7.1.9", "zive": "*" }, "devDependencies": { "chai": "*", "chai-spies": "*", "eslint": "*", "eslint-config-google": "*", "eslint-plugin-mocha": "*", "mocha": "*", "nyc": "*", "proxyquire": "*", "sinon": "*" } }