{
  "name": "homebridge-gpio-blinds",
  "version": "1.2.0",
  "description": "Homebridge plugin to control blinds via Raspberry Pi GPIO pins",
  "license": "MIT",
  "keywords": [
    "homebridge-plugin",
    "homebridge",
    "raspberry",
    "gpio",
    "blinds",
    "window-blinds",
    "window-covering",
    "homekit"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/rsporny/homebridge-gpio-blinds"
  },
  "dependencies": {
    "rpio": "^2.2.0",
    "underscore": "^1.8.3",
    "node-persist": "^2.1.0"
  },
  "engines": {
    "homebridge": ">=1.2.3"
  },
  "maintainers": [
    {
      "name": "rsporny",
      "email": "r.sporny@gmail.com"
    }
  ]
}
