UNPKG

dlnacasts

Version:

Query your local network for DLNA enabled renderers and have them play media

39 lines (38 loc) 856 B
{ "name": "dlnacasts", "version": "0.1.0", "description": "Query your local network for DLNA enabled renderers and have them play media", "main": "index.js", "scripts": { "test": "standard" }, "repository": { "type": "git", "url": "git+https://github.com/grunjol/dlnacasts.git" }, "keywords": [ "dlna", "upnp", "cast", "client" ], "author": "grunjol", "license": "MIT", "bugs": { "url": "https://github.com/grunjol/dlnacasts/issues" }, "homepage": "https://github.com/grunjol/dlnacasts#readme", "dependencies": { "debug": "^2.1.3", "mime": "^1.3.4", "node-ssdp": "^2.7.1", "run-parallel": "^1.1.6", "simple-get": "^2.1.0", "thunky": "^0.1.0", "upnp-mediarenderer-client": "^1.2.2", "xml2js": "^0.4.8" }, "devDependencies": { "standard": "^7.0.1" } }