{
  "name": "homebridge-accessory-apcupsd",
  "version": "0.13.1",
  "description": "An apcupsd accessory plugin for Homebridge: https://github.com/nfarina/homebridge",
  "author": {
    "name": "Marshall Rose",
    "email": "mrose17@homespun.io"
  },
  "main": "index.js",
  "scripts": {
    "developer": "DEBUG=apcupsd homebridge -D -U `pwd` -P `pwd`",
    "lint": "jshint package.json *.js"
  },
  "license": "MIT",
  "keywords": [
    "homebridge-plugin",
    "apcupsd",
    "ups"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/homespun/homebridge-accessory-apcupsd.git"
  },
  "bugs": {
    "url": "https://github.com/homespun/homebridge-accessory-apcupsd/issues"
  },
  "engines": {
    "node": ">=0.12.0",
    "homebridge": ">=0.4.16"
  },
  "dependencies": {
    "apcaccess": "1.1.2",
    "fakegato-history": "^0.5.6",
    "hap-nodejs-community-types": "git+https://github.com/homespun/hap-nodejs-community-types.git",
    "lodash": "^4.17.21",
    "node-cache": "4.2.0",
    "node-fetch": "2.6.1",
    "node-forge": ">=0.10.0",
    "underscore": ">= 1.12.1"
  }
}
