{
  "author": {
    "name": "dgreif"
  },
  "bin": {
    "ring-auth-cli": "ring-auth-cli.js",
    "ring-device-data-cli": "ring-device-data-cli.js"
  },
  "bugs": {
    "url": "https://github.com/dgreif/ring/issues"
  },
  "dependencies": {
    "axios": "^0.19.2",
    "colors": "^1.4.0",
    "debug": "^4.1.1",
    "execa": "^4.0.0",
    "ffmpeg-for-homebridge": "0.0.3",
    "get-port": "^5.1.1",
    "nat-puncher": "^0.1.8",
    "node-machine-id": "^1.1.12",
    "public-ip": "^4.0.1",
    "rxjs": "^6.5.5",
    "sdp": "^2.12.0",
    "sip": "0.0.6",
    "socket.io": "^2.3.0",
    "stun": "^2.1.0",
    "uuid": "^7.0.3"
  },
  "deprecated": false,
  "description": "HOOBS plugin for Ring doorbells, cameras, security alarm system and smart lighting",
  "engines": {
    "homebridge": ">=0.4.0",
    "node": ">=8.3.0"
  },
  "homepage": "https://github.com/dgreif/ring#readme",
  "keywords": [
    "homebridge",
    "hoobs-certified",
    "hoobs-plugin",
    "ring",
    "doorbell",
    "doorbot",
    "camera",
    "alarm",
    "smart",
    "light",
    "beam",
    "security",
    "category-security",
    "category-lighting",
    "category-video",
    "category-hubs",
    "category-outdoor"
  ],
  "license": "MIT",
  "main": "lib/homebridge/index.js",
  "name": "@hoobs/ring",
  "repository": {
    "type": "git",
    "url": "git://github.com/dgreif/ring.git"
  },
  "scripts": {},
  "standard-version": {
    "scripts": {
      "prerelease": "npm run build && npm test",
      "posttag": "npm run prepare-npm-packages"
    }
  },
  "version": "7.2.5"
}
