{
  "name": "@invisionag/network-unifi",
  "version": "0.3.4",
  "description": "Library for accessing the unifi network equipment",
  "main": "index.js",
  "dependencies": {
    "cross-fetch": "^2.2.1"
  },
  "devDependencies": {
    "@invisionag/eslint-config-ivx": "^2.0.2",
    "@invisionag/prettier-config-ivx": "^1.0.1",
    "coveralls": "^3.0.1",
    "eslint": "^5.5.0",
    "jest": "^23.1.0",
    "nock": "^9.3.0",
    "prettier": "^1.13.4"
  },
  "scripts": {
    "test": "yarn eslint && yarn jest-ci",
    "eslint": "eslint index.js test.js",
    "jest-ci": "jest --env=node --ci --runInBand --coverage --coverageReporters=text-lcov | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ivx/network-unifi.git"
  },
  "keywords": [
    "unifi",
    "network"
  ],
  "author": "Alexander Plavinski <alexander.plavinski@invision.de>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ivx/network-unifi/issues"
  },
  "homepage": "https://github.com/ivx/network-unifi#readme"
}
