homebridge-dlink-siren
Version:
Homebridge plugin for D-Link's DCH-S220 Wi-Fi Siren
28 lines (27 loc) • 658 B
JSON
{
"name": "homebridge-dlink-siren",
"version": "1.0.1",
"description": "Homebridge plugin for D-Link's DCH-S220 Wi-Fi Siren",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"homebridge-plugin"
],
"engines": {
"homebridge": ">=0.2.5"
},
"homepage": "https://github.com/mtflud/homebridge-dchs220-siren",
"repository": {
"type" : "git",
"url" : "https://github.com/mtflud/homebridge-dchs220-siren.git"
},
"author": "mtflud",
"license": "ISC",
"dependencies": {
"request": "^2.87.0",
"request-promise": "^4.2.2",
"xmldom": "^0.1.27"
}
}