{
  "name": "weather-man",
  "version": "2.2.1",
  "description": "Multiple weather providers in one spot",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bhdouglass/weatherman.git"
  },
  "bugs": {
    "url": "https://github.com/bhdouglass/weatherman/issues"
  },
  "homepage": "https://github.com/bhdouglass/weatherman#readme",
  "bin": {
    "weatherman": "bin/weatherman"
  },
  "scripts": {
    "browserify": "browserify -g uglifyify index.js --standalone WeatherMan | tee example/weather-man.js",
    "server": "cd example && http-server -p 8000"
  },
  "keywords": [
    "weather",
    "yahoo",
    "openweathermap",
    "yrno",
    "forecast",
    "forcastio",
    "temperature",
    "air quality",
    "aqi"
  ],
  "author": "Brian Douglass",
  "license": "GPL-3.0",
  "dependencies": {
    "axios": "^0.9.1",
    "es6-promise": "^3.1.2",
    "minimist": "^1.2.0",
    "moment": "^2.11.2",
    "x2js": "^2.0.0",
    "xmldom": "^0.1.22",
    "flat": "^2.0.1"
  },
  "devDependencies": {
    "browserify": "^13.0.0",
    "uglifyify": "^3.0.1"
  }
}
