homebridge-melcloud
Version:
Homebridge plugin for Mitsubishi Melcloud
36 lines (35 loc) • 901 B
JSON
{
"name": "homebridge-melcloud",
"version": "0.3.4",
"description": "Homebridge plugin for Mitsubishi Melcloud",
"note": "peerDependencies is hardcoded to peerDepdendencies in homebridge!!!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "echo \"Error: configure and run homebridge to start\" && exit 1"
},
"engines": {
"node": ">4.0.0",
"homebridge": ">=0.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ilcato/homebridge-melcloud.git"
},
"keywords": [
"homebridge-plugin",
"Mitsubishi",
"Melcloud",
"homekit",
"Siri"
],
"dependencies": {
"request": "^2.65.0"
},
"author": "ilcato",
"license": "GPL2",
"bugs": {
"url": "https://github.com/ilcato/homebridge-melcloud/issues"
},
"homepage": "https://github.com/ilcato/homebridge-melcloud"
}