{
  "name": "homebridge-ring-smockle",
  "version": "5.8.8",
  "description": "Homebridge plugin for Ring doorbells, cameras, security alarm system and smart lighting",
  "main": "lib/homebridge/index.js",
  "bin": {
    "ring-auth-cli": "ring-auth-cli.js"
  },
  "scripts": {},
  "standard-version": {
    "scripts": {
      "prerelease": "npm run build && npm test",
      "posttag": "npm run prepare-npm-packages"
    }
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/dgreif/ring.git"
  },
  "keywords": [
    "homebridge",
    "homebridge-plugin",
    "ring",
    "doorbell",
    "doorbot",
    "camera",
    "alarm",
    "smart",
    "light",
    "beam",
    "security",
    "category-security",
    "category-lighting",
    "category-video",
    "category-hubs",
    "category-outdoor"
  ],
  "author": "dgreif",
  "license": "MIT",
  "dependencies": {
    "axios": "^0.19.0",
    "colors": "^1.4.0",
    "debug": "^4.1.1",
    "execa": "^2.0.4",
    "get-port": "^5.0.0",
    "nat-puncher": "^0.1.3",
    "node-machine-id": "^1.1.12",
    "public-ip": "^3.2.0",
    "rxjs": "^6.5.3",
    "sdp": "^2.10.0",
    "sip": "0.0.5",
    "socket.io": "^2.3.0",
    "stun": "^2.0.0",
    "uuid": "^3.3.3"
  },
  "devDependencies": {
    "@types/debug": "^4.1.5",
    "@types/node": "^12.7.10",
    "@types/socket.io-client": "^1.4.32",
    "@types/uuid": "^3.4.5",
    "@typescript-eslint/eslint-plugin": "^2.3.2",
    "@typescript-eslint/parser": "^2.3.2",
    "conventional-github-releaser": "^3.1.3",
    "dotenv": "^8.1.0",
    "eslint": "^6.5.1",
    "eslint-config-prettier": "^6.3.0",
    "eslint-plugin-prettier": "^3.1.1",
    "express": "^4.17.1",
    "homebridge": "^0.4.50",
    "homebridge-config-ui-x": "^4.6.1",
    "prettier": "^1.18.2",
    "rimraf": "^3.0.0",
    "standard-version": "^7.0.0",
    "typescript": "^3.6.3"
  },
  "engines": {
    "node": ">=8.3.0",
    "homebridge": ">=0.4.0"
  },
  "bugs": {
    "url": "https://github.com/dgreif/ring/issues"
  },
  "homepage": "https://github.com/dgreif/ring#readme"
}