homebridge-punt
Version:
Fhem-Gateway and Accessory-Simulator Plugin for Homebridge
36 lines (35 loc) • 688 B
JSON
{
"name": "homebridge-punt",
"version": "0.4.4",
"description": "Fhem-Gateway and Accessory-Simulator Plugin for Homebridge",
"license": "ISC",
"author": {
"name": "flurin"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"homekit",
"siri",
"punt",
"fhem",
"simulator",
"gateway"
],
"repository": {
"type": "git",
"url": "https://github.com/cflurin/homebridge-punt.git"
},
"bugs": {
"url": "http://github.com/cflurin/homebridge-punt/issues"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"dependencies": {
"request": "^2.65.0",
"express": "^4.13.3",
"ws": "^0.8.0"
}
}