node-geoip
Version:
Search country by IP
27 lines (26 loc) • 613 B
JSON
{
"name": "node-geoip",
"version": "1.0.1",
"description": "Search country by IP",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YaroslavGaponov/GeoIP.git"
},
"keywords": [
"geoip",
"country"
],
"author": "YaroslavGaponov <yaroslavgaponov@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/YaroslavGaponov/GeoIP/issues"
},
"homepage": "https://github.com/YaroslavGaponov/GeoIP#readme"
}