UNPKG

zigbee-shepherd

Version:

An open source ZigBee gateway solution with node.js.

52 lines (51 loc) 1.17 kB
{ "name": "zigbee-shepherd", "version": "0.4.0", "description": "An open source ZigBee gateway solution with node.js.", "main": "index.js", "files": [ "/index.js", "/lib" ], "publishConfig": { "access": "public" }, "scripts": { "test": "jest", "build": "" }, "repository": { "type": "git", "url": "https://github.com/zigbeer/zigbeer.git", "directory": "packages/zigbee-shepherd" }, "keywords": [ "zigbee", "cc253x" ], "author": "Jack Wu <jackchased@gmail.com>", "contributors": [ "Hedy Wang <hedywings@gmail.com>", "Simen Li <simenkid@gmail.com>" ], "license": "MIT", "bugs": "https://github.com/zigbeer/zigbeer/issues", "homepage": "https://github.com/zigbeer/zigbeer/tree/master/packages/zigbee-shepherd#readme", "dependencies": { "areq": "^0.2.0", "busyman": "^0.3.0", "cc-znp": "^0.6.0", "debug": "^4.1.1", "objectbox": "^0.3.0", "proving": "^0.1.0", "q": "^1.5.1", "zcl-packet": "^0.3.0", "ziee": "^0.3.0", "zstack-constants": "^0.2.0" }, "devDependencies": { "jest": "^24.5.0", "zcl-id": "^0.5.0", "zive": "^0.2.2" } }