UNPKG

homebridge-meross

Version:

Homebridge plugin to control Meross devices.

59 lines (58 loc) 1.2 kB
{ "name": "homebridge-meross", "alias": "Meross", "version": "6.3.0", "description": "Homebridge plugin to control Meross devices.", "license": "Apache-2.0", "keywords": [ "homebridge", "homebridge-plugin", "homebridge-meross", "hoobs", "hoobs-plugin", "homekit", "siri", "meross", "meross-cloud" ], "main": "lib/index.js", "engines": { "node": "^14.17.4 || ^16.6.0", "homebridge": "^1.3.4" }, "repository": { "type": "git", "url": "git://github.com/bwp91/homebridge-meross.git" }, "bugs": { "url": "https://github.com/bwp91/homebridge-meross/issues" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/bwp91" }, { "type": "kofi", "url": "https://ko-fi.com/bwp91" }, { "type": "patreon", "url": "https://www.patreon.com/bwp91" }, { "type": "paypal", "url": "https://www.paypal.me/BenPotter" } ], "dependencies": { "@homebridge/plugin-ui-utils": "^0.0.19", "axios": "^0.21.1", "mqtt": "^4.2.8", "p-queue": "^6.6.2", "promise-timeout": "^1.3.0" }, "prettier": { "printWidth": 100 } }