nat-api
Version:
Port mapping with UPnP and NAT-PMP
49 lines (48 loc) • 934 B
JSON
{
"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": "^16.0.0"
},
"author": {
"name": "Alex",
"email": "alxmorais8@msn.com"
},
"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"
]
}