{
  "name": "geoip-lite",
  "version": "1.1.6",
  "description": "A light weight native JavaScript implementation of GeoIP API from MaxMind",
  "keywords": [
    "geo",
    "geoip",
    "ip",
    "ipv4",
    "ipv6",
    "geolookup",
    "maxmind",
    "geolite"
  ],
  "homepage": "https://github.com/bluesmoon/node-geoip",
  "author": {
    "name": "Philip Tellis",
    "email": "philip@bluesmoon.info",
    "url": "http://bluesmoon.info/"
  },
  "files": [
    "lib/",
    "data/",
    "test/",
    "scripts/"
  ],
  "main": "lib/geoip.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/bluesmoon/node-geoip.git"
  },
  "engines": {
    "node": ">=0.6.3"
  },
  "scripts": {
    "test": "nodeunit --reporter=minimal test/tests.js",
    "updatedb": "node scripts/updatedb.js",
    "updatedb-debug": "node scripts/updatedb.js debug"
  },
  "dependencies": {
    "async": "~0.1.22",
    "colors": "0.6.0-1",
    "glob": "~3.2.1",
    "iconv-lite": "~0.4.7",
    "lazy": "~1.0.11",
    "rimraf": "~2.0.2",
    "unzip": "~0.0.4"
  },
  "config": {
    "update": true
  },
  "devDependencies": {
    "nodeunit": "~0.7.4"
  },
  "contributors": [
    {
      "name": "Philip Tellis",
      "email": "philip@bluesmoon.info",
      "url": "http://bluesmoon.info/"
    }
  ],
  "gitHead": "e374e9bbf439c79e1aa4616b5fc96c7298d67416",
  "bugs": {
    "url": "https://github.com/bluesmoon/node-geoip/issues"
  },
  "_id": "geoip-lite@1.1.6",
  "_shasum": "6801f740c27f38d46e185ac8323df9c8315e84e7",
  "_from": "geoip-lite@>=1.1.5 <2.0.0",
  "_npmVersion": "1.4.23",
  "_npmUser": {
    "name": "bluesmoon",
    "email": "philip.tellis@gmail.com"
  },
  "maintainers": [
    {
      "name": "bluesmoon",
      "email": "philip@bluesmoon.info"
    }
  ],
  "dist": {
    "shasum": "6801f740c27f38d46e185ac8323df9c8315e84e7",
    "tarball": "http://registry.npmjs.org/geoip-lite/-/geoip-lite-1.1.6.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/geoip-lite/-/geoip-lite-1.1.6.tgz"
}
