pmp
Version:
Cross platform NAT utility using NAT-PMP (port mapping protocol)
29 lines (28 loc) • 620 B
JSON
{
"name": "pmp",
"version": "0.5.0",
"description": "Cross platform NAT utility using NAT-PMP (port mapping protocol)",
"main": "./lib/pmp.js",
"private": false,
"homepage":"https://github.com/level451/pmp",
"keywords": [
"pmp",
"nat-pmp",
"nat",
"upnp IGN",
"port mapping"
],
"bugs":{ "url" : "http://github.com/level451/pmp/issues"
, "email" : "todd@level451.com"
},
"scripts": {
"start": "node pmp.js"
},
"author": {
"name": "Todd Witzel",
"email": "todd@level451.com"
},
"dependencies": {
"network": "*"
}
}