UNPKG

homebridge-tplink-hs100-lightbulbs

Version:
39 lines (38 loc) 773 B
{ "name": "homebridge-tplink-lightbulb", "version": "1.0.5", "description": "TP-Link LB100/110/120/130 Smart Bulb plugin for Homebridge.", "author": "Matt Lee", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/leematt/homebridge-tplink-lightbulb" }, "main": "index.js", "scripts": { "test": "standard" }, "keywords": [ "tplink", "tp-link", "lb100", "lb110", "lb120", "lb130", "smartbulb", "homebridge", "homebridge-plugin" ], "engines": { "node": ">=4.4.0", "homebridge": ">=0.3.0" }, "dependencies": { "promise-retry": "^1.1.1", "promise-timeout": "^1.1.1", "tplink-lightbulb": "^1.0.25" }, "devDependencies": { "standard": "^8.6.0" } }