forked from diosney/node-iproute
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 828 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
40
41
42
43
{
"name" : "iproute",
"version" : "0.6.1",
"description" : "Show and manipulate network devices, addresses, routing, policy routing and tunnels.",
"main" : "index.js",
"keywords" : [
"device",
"interface",
"address",
"route",
"routing",
"ip",
"iproute",
"tunnel",
"network",
"monitor",
"link",
"vlan",
"rule",
"RPDB",
"table",
"utils"
],
"dependencies": {
"async": "*"
},
"engines" : {
"node": ">=0.8.0"
},
"homepage" : "https://github.com/diosney/node-iproute",
"bugs" : {
"url": "https://github.com/diosney/node-iproute/issues"
},
"author" : {
"name" : "Diosney Sarmiento",
"email": "[email protected]"
},
"license" : "MIT",
"repository" : {
"type": "git",
"url" : "https://github.com/diosney/node-iproute.git"
}
}