homebridge-platform-maxcube
Version:
eq3 Max! Cube plugin for Homebridge
46 lines (45 loc) • 991 B
JSON
{
"name": "homebridge-platform-maxcube",
"version": "2.0.15",
"description": "eq3 Max! Cube plugin for Homebridge",
"author": "Normen Hansen",
"contributors": [
"Tobias Schlottke",
"Daniel Weeber"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/normen/homebridge-platform-maxcube.git"
},
"scripts": {
"test": "./node_modules/homebridge/bin/homebridge -P ./ -I -U ./.homebridge"
},
"bugs": {
"url": "https://github.com/normen/homebridge-platform-maxcube/issues"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"eq-3",
"eq3",
"maxcube",
"thermostat",
"home",
"heating",
"max",
"elv"
],
"engines": {
"node": ">=6.0.0",
"homebridge": ">=0.4.10"
},
"dependencies": {
"maxcube2": "^2.2.3"
},
"devDependencies": {
"homebridge": "^1.3.2"
},
"homepage": "https://github.com/normen/homebridge-platform-maxcube#readme",
"main": "index.js"
}