{
  "name": "civic-info",
  "description": "A thin wrapper for the Google Civic Info API.",
  "homepage": "http://github.com/mdb/civic-info.js",
  "author": "Mike Ball",
  "version": "0.0.5",
  "main": "lib/civic-info",
  "repository": {
    "type": "git",
    "url": "http://github.com/mdb/civic-info.js.git"
  },
  "engines": {
    "node": "0.10.8",
    "npm": "1.2.23"
  },
  "dependencies": {
    "request": "*",
    "underscore": "*"
  },
  "devDependencies": {
    "mocha": "*",
    "nock": "*",
    "expect.js": "*",
    "grunt": ">=0.4",
    "grunt-simple-mocha": "0.4.0",
    "grunt-contrib-jshint": "0.5.3",
    "grunt-cli": "0.1.8"
  },
  "scripts": {
    "test": "grunt --verbose"
  }
}
