udp-proxy
Version:
UDP-Proxy for node.js. Supports both IPv6 and v4 (and proxies between them)
25 lines (24 loc) • 616 B
JSON
{
"name": "udp-proxy",
"version": "1.2.0",
"description": "UDP-Proxy for node.js. Supports both IPv6 and v4 (and proxies between them)",
"homepage": "https://github.com/gildean/node-udp-proxy",
"keywords": [
"node",
"udp",
"proxy",
"IPv6",
"IPv4"
],
"author": "Olli Kankare <olli@salaliitto.com>",
"repository": {
"type": "git",
"url": "git://github.com/gildean/node-udp-proxy.git"
},
"bugs": {
"url": "http://github.com/gildean/node-udp-proxy/issues"
},
"engines": {
"node" : ">=0.10.x"
}
}