{
  "name": "geoip-api",
  "version": "1.0.4",
  "description": "A library to ask several online geo-ip services for ip geo information",
  "main": "index.js",
  "scripts": {
    "test": "mocha --compilers coffee:coffee-script/register"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/henrikhaugboelle/geoip.git"
  },
  "keywords": [
    "geoip",
    "geo-ip",
    "ip",
    "geo"
  ],
  "author": "Henrik Haugbølle <henrikhaugboelle@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/henrikhaugboelle/geoip/issues"
  },
  "homepage": "https://github.com/henrikhaugboelle/geoip",
  "dependencies": {
    "async": "^0.9.0",
    "cheerio": "^0.19.0",
    "coffee-script": "^1.9.1",
    "lodash": "^3.6.0",
    "lru-cache": "^2.5.0",
    "request": "^2.54.0"
  },
  "devDependencies": {
    "chai": "^2.2.0",
    "mocha": "^2.2.1"
  }
}
