stunsrv
Version:
A STUN client/server package.
28 lines (27 loc) • 530 B
JSON
{
"name": "stunsrv",
"version": "0.0.3-1",
"description": "A STUN client/server package.",
"main": "./lib/stun.js",
"bin": {
"stunsrv": "./bin/stunsrv.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/keyneom/stun.git"
},
"keywords": [
"STUN",
"server",
"client",
"NAT"
],
"author": "Mika Sanchez",
"license": "MIT",
"bugs": {
"url": "https://github.com/keyneom/stun/issues"
}
}