{
  "name": "homebridge-sonoff",
  "version": "1.0.6",
  "description": "Control Sonoff devices with Siri and HomeKit",
  "main": "index.js",
  "keywords": [
    "homebridge-plugin",
    "Sonoff",
    "Basic",
    "WiFi",
    "IoT"
  ],
  "author": "Alexander Babel",
  "license": "MIT",
  "engines": {
    "node": ">=0.12.0",
    "homebridge": ">=0.2.0"
  },
  "dependencies": {
    "request": "^2.81.0"
  },
  "scripts": {
    "lint": "eslint index.js"
  },
  "devDependencies": {
    "eslint": "^3.19.0",
    "eslint-config-airbnb": "^11.1.0",
    "eslint-plugin-import": "^1.15.0",
    "eslint-plugin-jsx-a11y": "^2.2.2",
    "eslint-plugin-react": "^6.3.0",
    "eslint-loader": "^1.6.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AlexanderBabel/homebridge-sonoff.git"
  },
  "bugs": {
    "url": "https://github.com/AlexanderBabel/homebridge-sonoff.git/issues"
  },
  "homepage": "https://github.com/AlexanderBabel/homebridge-sonoff.git#readme"
}
