{
  "name": "homebridge-platform-snmp",
  "version": "0.4.6",
  "description": "An SNMP platform plugin for Homebridge: https://github.com/nfarina/homebridge",
  "author": {
    "name": "Marshall Rose",
    "email": "mrose17@homespun.io"
  },
  "main": "index.js",
  "scripts": {
    "developer": "DEBUG=homebridge-platform-snmp homebridge -D -U `pwd` -P `pwd`",
    "lint": "jshint package.json *.js"
  },
  "license": "MIT",
  "keywords": [
    "homebridge-plugin",
    "snmp",
    "serverscheck",
    "apc",
    "ups"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/homespun/homebridge-platform-snmp.git"
  },
  "bugs": {
    "url": "https://github.com/homespun/homebridge-platform-snmp/issues"
  },
  "engines": {
    "node": ">=0.12.0",
    "homebridge": ">=0.4.16"
  },
  "dependencies": {
    "arp-a": "0.5.1",
    "debug": "~2.6.9",
    "hap-nodejs-community-types": "git+https://github.com/homespun/hap-nodejs-community-types.git",
    "homespun-discovery": "0.2.0",
    "lodash": ">=4.17.21",
    "node-cache": "4.2.0",
    "snmp-native": "1.0.18",
    "underscore": ">= 1.12.1"
  }
}
