homebridge-fritzbox
Version:
Homebridge plugin for FRITZ!Box
36 lines • 919 B
JSON
{
"name": "homebridge-fritzbox",
"version": "0.1.22",
"description": "Homebridge plugin for FRITZ!Box",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "echo \"Error: configure and run homebridge to start\" && exit 1"
},
"engines": {
"node": ">4.0.0",
"homebridge": ">=0.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tommasomarchionni/homebridge-FRITZBox.git"
},
"keywords": [
"homebridge-plugin",
"FRITZ!Box",
"homekit",
"fritzbox",
"Siri"
],
"dependencies": {
"request": "^2.65.0",
"iconv": "^2.1.11",
"xml2js": "^0.4.15"
},
"author": "tommasomarchionni",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/tommasomarchionni/homebridge-FRITZBox/issues"
},
"homepage": "https://github.com/tommasomarchionni/homebridge-FRITZBox#readme"
}