discover-my-ip
Version:
Discovery your ip in a simple way
30 lines (29 loc) • 659 B
JSON
{
"name": "discover-my-ip",
"version": "1.3.1",
"description": "Discovery your ip in a simple way",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vsoaresbruno/my-ip.git"
},
"keywords": [
"Ip",
"My Ip",
"external Ip"
],
"bin": {
"discover-my-ip": "bin/myIp.js"
},
"preferGlobal": true,
"author": "Bruno Soares",
"license": "ISC",
"bugs": {
"url": "https://github.com/vsoaresbruno/my-ip/issues"
},
"homepage": "https://github.com/vsoaresbruno/my-ip#readme",
"dependencies": {}
}