{
  "name": "weather-underground-node",
  "version": "1.3.3",
  "main": "./lib/weather-underground-node.js",
  "description": "Weather underground client for node.js - NEW 2019 API from The Weather Company (IBM) only for PWS owners",
  "homepage": "http://www.github.com/gablau/weather-underground-node",
  "keywords": [
    "weather",
    "wunderground",
    "weather underground",
    "weather underground new",
    "weather underground api",
    "weather underground new api",
    "weather.com",
    "weatherunderground.com",
    "weather station",
    "personal weather station",
    "PWS",
    "The Weather Company",
    "IBM weather"
  ],
  "author": "Gabriele Lauricella <gab.lau@gmail.com> (https://github.com/gablau)",
  "licenses": [{
    "type": "MIT",
    "url": "https://github.com/gablau/weather-underground-node/LICENSE"
  }],
  "dependencies": {
    "node-fetch": "^2.7.0"
  },
  "devDependencies": {
    "cross-dotenv": "^1.x",
    "env-cmd": "^10.x",
    "mocha": "^11.x",
    "nock": "^13.x",
    "nyc": "^17.x",
    "should": "^13.x"
  },
  "scripts": {
    "test": "cross-dotenv NODE_ENV=test mocha  --reporter Spec",
    "coverage": "cross-dotenv NODE_ENV=test nyc --reporter=html --reporter=text mocha"
  },
  "engines": {
    "node": ">=10.12.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gablau/weather-underground-node.git"
  },
  "bugs": {
    "url": "https://github.com/gablau/weather-underground-node/issues"
  },
  "directories": {
    "test": "test"
  },
  "license": "MIT"
}