ipopen
Version:
The IP-Geolocation adapter for node.
22 lines (21 loc) • 421 B
JSON
{
"name": "ipopen",
"version": "0.2.0",
"description": "The IP-Geolocation adapter for node.",
"main": "index.js",
"keywords": [
"geo",
"ip",
"geolocation",
"ipgeolocation",
"openip"
],
"author": "Dhruv Jain <dhruvjainpenny@gmail.com>",
"scripts": {
"prepublishOnly": "npm-audit-ok && package-ok"
},
"license": "ISC",
"devDependencies": {
"prepublish-ok": "^0.4.0"
}
}