{
  "name": "@kellojo/homebridge-http-webhooks",
  "version": "0.1.22",
  "displayName": "Homebridge Webhooks",
  "description": "A http plugin with support of webhooks for Homebridge: https://github.com/nfarina/homebridge",
  "license": "GPL-3.0",
  "keywords": [
    "homebridge-plugin",
    "homebridge",
    "plugin",
    "http",
    "webhook",
    "smart",
    "homekit",
    "siri"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:benzman81/homebridge-http-webhooks.git"
  },
  "bugs": {
    "url": "https://github.com/benzman81/homebridge-http-webhooks/issues"
  },
  "engines": {
    "node": ">=9.11.2",
    "homebridge": ">=0.3.0"
  },
  "dependencies": {
    "http-auth": "^3.2.4",
    "node-persist": "2.0.x",
    "request": "2.87.x",
    "selfsigned": "^1.10.7"
  },
  "homepage": "https://github.com/benzman81/homebridge-http-webhooks#readme",
  "author": "benzman81"
}
