zulhilmizainuddin/nodejs-publicip

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "nodejs-publicip",
  "version": "2.1.2",
  "description": "Query your IPv4 and IPv6 public IP address from OpenDNS",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "example": "node ./example.js"
  },
  "keywords": [
    "public",
    "ip",
    "ipv4",
    "ipv6",
    "dns",
    "OpenDNS"
  ],
  "author": "Zulhilmi Mohamed Zainuddin",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/zulhilmizainuddin/nodejs-publicip.git"
  },
  "dependencies": {
    "async": "^2.0.1",
    "dns-socket": "1.4.2"
  }
}