{
  "name": "homebridge-sonoff-tasmota-switch-http",
  "version": "0.0.1",
  "description": "Control Sonoff Basic devices (switches) with Tasmota >5.10.0b firmware through Homebridge",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "homebridge-plugin"
  ],
  "author": "Ryan Peterson <ryan.peterson@ualberta.net>",
  "license": "MIT",
  "engines": {
    "node": ">=0.12.0",
    "homebridge": ">=0.2.0"
  },
  "dependencies": {
    "request": "^2.81.0"
  },
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tastycorn/homebridge-sonoff-tasmota-http.git"
  },
  "bugs": {
    "url": "https://github.com/tastycorn/homebridge-sonoff-tasmota-http.git/issues"
  },
  "homepage": "https://github.com/tastycorn/homebridge-sonoff-tasmota-http.git#readme"
}
