geoip2
Version:
Maxmind GeoIP2 database reader for geolocating ip addresses. Fast native implementation by wrapping libmaxminddb.
32 lines (31 loc) • 650 B
JSON
{
"name": "geoip2",
"version": "1.0.5",
"description": "Maxmind GeoIP2 database reader for geolocating ip addresses. Fast native implementation by wrapping libmaxminddb.",
"main": "./node-geoip2.js",
"author": "David Tsai",
"license": "MIT",
"keywords": [
"geoip",
"geoip2",
"geolocation",
"maxmind",
"mmdb",
"maxminddb",
"ip"
],
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/davidtsai/node-geoip2.git"
},
"dependencies": {
"nan": "2.3.5"
},
"devDependencies": {
"mocha": "^2.5.1",
"chai": "^3.5.0"
}
}