geosearch
Version:
Geo location service using multiple free independent services and modules
35 lines (34 loc) • 714 B
JSON
{
"name": "geosearch",
"version": "0.3.0",
"description": "Geo location service using multiple free independent services and modules",
"main": "lib/geosearch.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git://github.com/kubrey/node-geoservice.git"
},
"keywords": [
"geo",
"location",
"free",
"ip",
"searcher",
"geoip"
],
"author": "Sergey Kubrey <kubrey.work@gmail.com>",
"license": "ISC",
"dependencies": {
"async": "^1.5.2",
"geoip-lite": "^1.1.6",
"maxmind-db-reader": "^0.2.1",
"nconf": "^0.8.4"
},
"devDependencies": {
"chai": "^3.5.0",
"debug": "^2.2.0",
"nock": "^7.5.0"
}
}