{
  "name": "homebridge-jablotron",
  "version": "3.1.4",
  "description": "Control your Jablotron alarm system from your iOS device using HomeKit and Homebridge.",
  "license": "MIT",
  "homepage": "https://github.com/fdegier/homebridge-jablotron-alarm#readme",
  "keywords": [
    "homebridge-plugin",
    "homebridge",
    "Jablotron",
    "security",
    "alarm",
    "homekit"
  ],
  "engines": {
    "node": ">=0.12.0",
    "homebridge": ">=0.2.0"
  },
  "dependencies": {
    "moment": ">=2.11.2"
  },
  "author": "Fred de Gier",
  "contributors": [
    "Vladimír Aubrecht",
    "Michal Snitily"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com:fdegier/homebridge-jablotron-alarm.git"
  },
  "bugs": {
    "url": "https://github.com/fdegier/homebridge-jablotron-alarm/issues"
  },
  "main": "lib/index.js",
  "files": [
    "lib",
    "config-helper.js",
    "sample-config.json",
    "config.schema.json"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "jest": "^29.7.0"
  }
}
