@homenet/plugin-milight
Version:
Milight plugin for Homenet
37 lines (36 loc) • 855 B
JSON
{
"name": "@homenet/plugin-milight",
"description": "Milight plugin for Homenet",
"version": "2.0.0",
"main": "lib/index.js",
"dependencies": {
"milight": "^1.0.0",
"node-milight-promise": "0.0.9"
},
"devDependencies": {
"@homenet/core-tsd": "^4.0.0-beta.8a",
"@types/lodash": "^4.14.50",
"@types/node": "^7.0.4"
},
"scripts": {
"test": ""
},
"author": "Den Williams",
"license": "MIT",
"keywords": [
"milight",
"homenet",
"homenet4-plugin"
],
"homenet4": {
"plugins": ["MilightPluginLoader"]
},
"repository": {
"type": "git",
"url": "git+https://github.com/denwilliams/homenet-plugin-milight.git"
},
"bugs": {
"url": "https://github.com/denwilliams/homenet-plugin-milight/issues"
},
"homepage": "https://github.com/denwilliams/homenet-plugin-milight#readme"
}