homebridge-heyu
Version:
X10/Heyu plugin for HomeBridge
40 lines (39 loc) • 811 B
JSON
{
"name": "homebridge-heyu",
"version": "0.3.30",
"description": "X10/Heyu plugin for HomeBridge",
"main": "index.js",
"scripts": {
"test": "eslint \"**/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/keithws/homebridge-heyu.git"
},
"keywords": [
"x10",
"heyu",
"homebridge",
"homebridge-plugin"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"debug": "^2.2.0"
},
"author": "keithws",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/keithws/homebridge-heyu/issues"
},
"homepage": "https://github.com/keithws/homebridge-heyu#readme",
"devDependencies": {
"eslint": "^5.16.0",
"pre-commit": "^1.2.2"
},
"pre-commit": {
"silent": true
}
}