{
"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": "*"
}
}
