homebridge-http-switch-webhook
Version:
HTTP Switch with optionnal webhook support for HomeBridge
30 lines (29 loc) • 757 B
JSON
{
"name": "homebridge-http-switch-webhook",
"version": "1.0.0",
"description": "HTTP Switch with optionnal webhook support for HomeBridge",
"license": "MIT",
"main": "index.js",
"keywords": [
"homebridge-plugin",
"http",
"webhook",
"switch",
"eedomus"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/LeJeko/homebridge-http-switch-webhook.git"
},
"dependencies": {
"@types/request": "^2.47.0",
"@types/request-promise-native": "^1.0.14",
"request": "^2.85.0",
"request-promise-native": "^1.0.5",
"express": "^4.17.1"
}
}