{
  "name": "homebridge-gpio-motion-sensor",
  "version": "0.0.3",
  "description": "A Homebridge plugin for a infrared sensor via GPIO of a Raspberry Pi.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Killerameise/homebridge-infrared-motion-sesnor-gpio.git"
  },
  "bugs": {
    "url": "https://github.com/Killerameise/homebridge-infrared-motion-sesnor-gpio/issues"
  },
  "dependencies": {
    "rpi-gpio": "^0.9.1"
  },
  "engines": {
    "node": ">=6.9.2",
    "homebridge": ">=0.2.0"
  },
  "keywords": [
    "motion",
    "ir",
    "pir",
    "infrared",
    "sensor",
    "raspberry",
    "pi",
    "siri",
    "homebridge",
    "homebridge-plugin",
    "ios",
    "homekit",
    "gpio"
  ],
  "author": "Jaspar Mang",
  "license": "ISC"
}
