UNPKG

ipaddr-linux

Version:

wrap ip addr and parse result to json format

35 lines (34 loc) 703 B
{ "name": "ipaddr-linux", "version": "0.2.1", "description": "wrap ip addr and parse result to json format", "main": "executeCmd.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "ipaddr-linux": "index.js" }, "repository": { "type": "git", "url": "https://github.com/keylase/ipaddr-linux.git" }, "keywords": [ "ip addr", "network", "node.js", "json", "RX", "TX" ], "author": "Alexey Strekalovskiy", "license": "MIT", "bugs": { "url": "https://github.com/keylase/ipaddr-linux/issues" }, "dependencies": { "child_process": "1.0.2", "bluebird": "3.4.6", "underscore": "1.8.3" } }