UNPKG

network

Version:

Cross platform network utilities for Node.js (gateway_ip, MAC address, etc)

28 lines (27 loc) 605 B
{ "name": "network", "version": "0.7.0", "description": "Cross platform network utilities for Node.js (gateway_ip, MAC address, etc)", "main": "./lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "network": "./bin/network" }, "dependencies": { "async": "^1.5.2", "commander": "2.9.0", "needle": "^3.0.0", "wmic": "^1.0.1" }, "author": { "name": "Tomas Pollak", "email": "tomas@forkhq.com" }, "repository": { "type": "git", "url": "https://github.com/tomas/network.git" }, "license": "MIT" }