UNPKG

homebridge-broadlink-rm

Version:

Broadlink RM plugin (including the mini and pro) for homebridge: https://github.com/nfarina/homebridge

41 lines (40 loc) 954 B
{ "name": "homebridge-broadlink-rm", "version": "3.6.22", "description": "Broadlink RM plugin (including the mini and pro) for homebridge: https://github.com/nfarina/homebridge", "license": "ISC", "scripts": { "release": "release-it" }, "keywords": [ "homebridge-plugin", "broadlink", "rm pro 3", "rm mini 3" ], "engines": { "node": ">=7.6.0", "homebridge": ">=0.2.0" }, "author": { "name": "lprhodes" }, "repository": { "type": "git", "url": "git@github.com:lprhodes/homebridge-broadlink-rm.git" }, "dependencies": { "broadlinkjs-rm": "^0.7.6", "chai": "^4.2.0", "find-key": "^2.0.1", "github-version-checker": "^1.2.0", "homebridge-platform-helper": "lprhodes/homebridge-platform-helper#feature/typescript", "net-ping": "^1.2.3", "ping": "^0.2.2", "uuid": "^3.3.3" }, "devDependencies": { "mocha": "^6.2.2", "release-it": "^12.4.3" } }