UNPKG

node-geoip2-api

Version:

Node.js Restify API for the MaxMind GeoIP2 databases

34 lines (33 loc) 765 B
{ "name": "node-geoip2-api", "version": "1.0.0", "description": "Node.js Restify API for the MaxMind GeoIP2 databases", "main": "index.js", "dependencies": { "diagnostics": "0.0.x", "maxmind-db-reader": "0.2.x", "restify": "2.8.x" }, "devDependencies": {}, "scripts": { "test": "mocha $(find test -name '*.test.js')", "start": "bin/server" }, "repository": { "type": "git", "url": "git@github.com:observing/node-geoip2-api.git" }, "keywords": [ "GeoIP2", "MaxMind", "mmdb", "api", "Node.js" ], "author": "Martijn Swaagman", "license": "MIT", "bugs": { "url": "https://github.com/observing/node-geoip2-api/issues" }, "homepage": "https://github.com/observing/node-geoip2-api" }