{
  "name": "airnow",
  "version": "1.0.2",
  "description": "npm module for airnowapi.org webservices API.",
  "main": "index.js",
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "git@github.com:Asthmapolis/airnow.git"
  },
  "keywords": [
    "airnow.org",
    "AQI",
    "EPA"
  ],
  "author": "Mike Lohmeier",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Asthmapolis/airnow/issues"
  },
  "homepage": "https://github.com/Asthmapolis/airnow",
  "dependencies": {
    "async": "1.5.0",
    "moment": "2.10.6",
    "request": "2.88.0",
    "underscore": "1.8.3"
  },
  "devDependencies": {
    "mocha": "2.3.4",
    "mockery": "1.4.0"
  },
  "engines": {
    "node": ">=4.2.2",
    "npm": ">=2.14.7"
  }
}
