udp-hub
Version:
An abstraction of the dgram module that is IPv4/v6 agnostic.
23 lines (22 loc) • 683 B
JSON
{
"name": "udp-hub",
"version": "0.8.3",
"description": "An abstraction of the dgram module that is IPv4/v6 agnostic.",
"main": "exports.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"udp", "dns", "IPv4/v6", "IPv4", "IPv6", "Sockets", "server", "client", "Broadcast", "receiver", "addresses"
],
"author": "Nate Watson <natewatson999@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/natewatson999/udp-hub.git"
},
"bugs": {
"url": "https://github.com/natewatson999/udp-hub/issues"
},
"homepage": "https://github.com/natewatson999/udp-hub#readme"
}