UNPKG

homebridge-phormalabdimmer

Version:

Accessory plugin to manage Phormalab infrared lamps via I²C bus and proportional output solid state relay

38 lines (37 loc) 979 B
{ "name": "homebridge-phormalabdimmer", "displayName": "Homebridge Phormalab Dimmer", "version": "1.0.0", "description": "Accessory plugin to manage Phormalab infrared lamps via I²C bus and proportional output solid state relay", "license": "MIT", "keywords": [ "homebridge-plugin", "homebridge", "phormalab", "solid state relay", "i2c", "MCP4728" ], "repository": { "type": "git", "url": "git://github.com/kylerove/homebridge-phormalabdimmer.git" }, "bugs": { "url": "https://github.com/kylerove/homebridge-phormalabdimmer/issues" }, "engines": { "node": ">=0.12.0", "homebridge": ">=0.2.0" }, "dependencies": { "ncd-red-comm": "^1.7.1", "ncd-red-mcp4728": "^1.1.3", "npm": "^5.7.1" }, "homepage": "https://github.com/kylerove/homebridge-phormalabdimmer#readme", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Kyle Rove" }