@patrickkfkan/peer-dial
Version:
Nodejs implementation of the Discovery and Launch Protocol DIAL
34 lines (33 loc) • 776 B
JSON
{
"name": "@patrickkfkan/peer-dial",
"description": "Nodejs implementation of the Discovery and Launch Protocol DIAL",
"version": "0.1.3",
"author": {
"name": "Louay Bassbouss (original author); Forked version by Patrick Kan <patrickkfkan@gmail.com> (https://github.com/patrickkfkan).",
"email": "louay.bassbouss@fokus.fraunhofer.de"
},
"keywords": [
"ssdp",
"upnp",
"nsd",
"discovery",
"launch",
"dial",
"multiscreen",
"chromecast"
],
"main": "index",
"dependencies": {
"@patrickkfkan/peer-ssdp": "^0.1.0",
"cors": "^2.8.5",
"ejs": "^3.1.9",
"gate": "^0.3.0",
"uuid": "^9.0.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"express": "^4.18.2",
"open": "6.4.0"
},
"repository": "https://github.com/patrickkfkan/peer-dial.git"
}