homebridge-programmable-http-switch
Version:
A Homebridge plugin that allows users to create Stateless Programmable Switches which can be controlled using a HTTP API.
58 lines (57 loc) • 1.47 kB
JSON
{
"name": "homebridge-programmable-http-switch",
"displayName": "Programmable HTTP Switch",
"description": "A Homebridge plugin that allows users to create Stateless Programmable Switches which can be controlled using a HTTP API.",
"homepage": "https://github.com/StefanNienhuis/homebridge-programmable-http-switch#readme",
"author": "Stefan Nienhuis",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
"version": "1.0.3",
"scripts": {
"build": "tsc"
},
"dependencies": {
"express": "^4.17.1"
},
"devDependencies": {
"@types/express": "^4.17.8",
"@types/node": "^14.14.1",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"eslint": "^7.11.0",
"homebridge": "^1.1.6",
"typescript": "^4.0.3"
},
"engines": {
"homebridge": ">=1.0.0"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"http",
"programmable",
"switch",
"webhook",
"webrequest",
"request",
"homekit"
],
"repository": {
"type": "git",
"url": "git+https://github.com/StefanNienhuis/homebridge-programmable-http-switch.git"
},
"bugs": {
"url": "https://github.com/StefanNienhuis/homebridge-programmable-http-switch/issues"
},
"funding": [
{
"type": "paypal",
"url": "https://paypal.me/stefannienhuis"
},
{
"type": "kofi",
"url": "https://ko-fi.com/stefannienhuis"
}
]
}