UNPKG

node-where

Version:

A very simple geolocation library in node.js

41 lines (40 loc) 855 B
{ "name": "node-where", "version": "1.1.0", "description": "A very simple geolocation library in node.js", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha test/test.js" }, "repository": { "type": "git", "url": "git+https://github.com/venables/node-where.git" }, "keywords": [ "where", "geolocation", "geoip", "ip", "country", "city", "lat", "lng", "latitude", "longitude" ], "author": "Matt Venables <mattvenables@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/venables/node-where/issues" }, "homepage": "https://github.com/venables/node-where#readme", "dependencies": { "lodash": "^4.17.4", "request": "^2.81.0", "validator": "^7.0.0" }, "devDependencies": { "chai": "^3.5.0", "mocha": "^3.4.1" } }