homebridge-globalcache-itach
Version:
A homebridge plugin for Global Cache iTach devices
35 lines (34 loc) • 784 B
JSON
{
"name": "homebridge-globalcache-itach",
"version": "0.1.7",
"description": "A homebridge plugin for Global Cache iTach devices",
"main": "index.js",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "https://github.com/dustindclark/homebridge-globalcache-itach"
},
"keywords": [
"homebridge-plugin",
"global cache",
"globalcache",
"itach",
"WF2CC",
"IP2CC"
],
"author": "Dustin D. Clark",
"license": "MIT",
"bugs": {
"url": "https://github.com/dustindclark/homebridge-globalcache-itach/issues"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"net": ">=1.0"
},
"homepage": "https://github.com/dustindclark/homebridge-globalcache-itach#readme"
}