homebridge-plantower
Version:
plantower plugin for homebridge: https://github.com/harttle/homebridge-plantower
40 lines (39 loc) • 929 B
JSON
{
"name": "homebridge-plantower",
"version": "3.1.0",
"readme": "README.md",
"description": "plantower plugin for homebridge: https://github.com/harttle/homebridge-plantower",
"license": "ISC",
"keywords": [
"plantower",
"homebridge-plugin"
],
"repository": {
"type": "git",
"url": "git+https://github.com/harttle/homebridge-plantower.git"
},
"bugs": {
"url": "https://github.com/harttle/homebridge-plantower/issues"
},
"dependencies": {
"bluebird": "^3.4.6",
"debug": "^2.2.0",
"serialport": "^4.0.3",
"yargs": "^6.2.0"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"homepage": "https://github.com/harttle/homebridge-plantower#readme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"README.md",
"index.js"
],
"author": "harttle",
"devDependencies": {}
}