{
  "name": "homebridge-airvisual-2",
  "version": "2.1.2",
  "description": "Homebridge plugin for AirVisual API",
  "main": "index.js",
  "scripts": {
    "test": "eslint index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/schmittx/homebridge-airvisual.git"
  },
  "keywords": [
    "air quality",
    "airvisual",
    "homebridge",
    "homebridge-plugin",
    "humidity",
    "pollution",
    "temperature",
    "weather"
  ],
  "engines": {
    "node": ">=10.18",
    "homebridge": ">=0.2.0"
  },
  "devDependencies": {
    "eslint": "^4.18.2",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.9.0"
  },
  "author": "Florian Klampfer <mail@qwtel.com> (https://qwtel.com/)",
  "license": "Apache-2.0",
  "homepage": "https://github.com/qwtel/homebridge-airvisual-2#readme",
  "dependencies": {
    "node-fetch": "^2.6.0",
    "node-kv-storage": "^1.1.0"
  }
}
