-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
39 lines (39 loc) · 908 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "set-ip-address",
"version": "1.2.3",
"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",
"promise.series": "^0.2.0"
}
}