service-discovery
Version:
Simple network discovery based on UDP multicast
24 lines • 529 B
JSON
{
"name": "service-discovery",
"version": "1.1.0",
"description": "Simple network discovery based on UDP multicast",
"main": "lib/service.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/reddec/node-discovery.git"
},
"keywords": [
"udp",
"multicast",
"discovery",
"network"
],
"author": "Reddec",
"license": "MIT",
"bugs": {
"url": "https://github.com/reddec/node-discovery/issues"
}
}