-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
48 lines (48 loc) · 934 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
44
45
46
47
48
{
"version": "0.3.1",
"name": "nat-api",
"description": "Port mapping with UPnP and NAT-PMP",
"main": "index.js",
"scripts": {
"test": "standard"
},
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"async": "^3.2.0",
"debug": "^4.2.0",
"default-gateway": "^6.0.2",
"request": "^2.88.2",
"unordered-array-remove": "^1.0.2",
"xml2js": "^0.1.0"
},
"devDependencies": {
"standard": "^17.0.0"
},
"author": {
"name": "Alex",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/alxhotel/nat-api.git"
},
"bugs": {
"url": "https://github.com/alxhotel/nat-api/issues"
},
"homepage": "https://github.com/alxhotel/nat-api#readme",
"keywords": [
"nat",
"api",
"upnp",
"pmp",
"nat-pmp",
"holepunch",
"port",
"forwarding",
"map",
"mapping"
]
}