@adopisoft/netplan
Version:
Node module for setting up network interface(s) ip address.
39 lines (38 loc) • 880 B
JSON
{
"name": "@adopisoft/netplan",
"version": "2.0.0",
"description": "Node module for setting up network interface(s) ip address.",
"main": "index.js",
"scripts": {
"test": "mocha --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adonespitogo/node-set-ip-address.git"
},
"keywords": [
"ip",
"address",
"network",
"dhcp",
"static"
],
"author": "Adones Pitogo",
"license": "MIT",
"bugs": {
"url": "https://github.com/adonespitogo/node-set-ip-address/issues"
},
"homepage": "https://github.com/adonespitogo/node-set-ip-address#readme",
"devDependencies": {
"assign-deep": "^1.0.1",
"chai": "^4.2.0",
"mocha": "^10.1.0",
"proxyquire": "^2.1.3",
"sinon": "^7.5.0"
},
"dependencies": {
"js-yaml": "^3.13.1",
"make-dir": "^3.0.0",
"netmask": "^2.0.2"
}
}