UNPKG

network-address

Version:

get the local network address of your machine

32 lines (31 loc) 719 B
{ "name": "network-address", "version": "1.1.2", "scripts": { "test": "standard && tape test.js" }, "dependencies": {}, "repository": { "type": "git", "url": "git://github.com/mafintosh/network-address" }, "description": "get the local network address of your machine", "keywords": [ "network", "address" ], "author": "Mathias Buus Madsen <mathiasbuus@gmail.com>", "bin": { "network-address": "./cli.js" }, "devDependencies": { "standard": "^6.0.7", "tape": "^3.0.3" }, "bugs": { "url": "https://github.com/mafintosh/network-address/issues" }, "homepage": "https://github.com/mafintosh/network-address", "main": "index.js", "license": "MIT" }