-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.18 KB
/
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
49
50
51
52
53
54
55
56
57
58
59
60
{
"version": "0.4.7",
"name": "@silentbot1/nat-api",
"description": "Port mapping with UPnP and NAT-PMP",
"main": "index.js",
"type": "module",
"chromeapp": {
"default-gateway": false,
"dgram": "chrome-dgram",
"./lib/pmp/index.js": false
},
"scripts": {
"test": "standard"
},
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"cross-fetch-ponyfill": "^1.0.3",
"chrome-dgram": "^3.0.6",
"debug": "^4.3.4",
"default-gateway": "^6.0.3",
"unordered-array-remove": "^1.0.2",
"xml2js": "^0.6.0"
},
"devDependencies": {
"standard": "^17.0.0"
},
"contributors": [
{
"name": "Alex",
"email": "alxmorais8@msn.com"
}
],
"author": {
"name": "SilentBot1",
"email": "silentbot1@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/silentbot1/nat-api.git"
},
"bugs": {
"url": "https://github.com/silentbot1/nat-api/issues"
},
"homepage": "https://github.com/silentbot1/nat-api#readme",
"keywords": [
"nat",
"api",
"upnp",
"pmp",
"nat-pmp",
"holepunch",
"port",
"forwarding",
"map",
"mapping"
]
}