UNPKG

dlnacasts2

Version:

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

39 lines (38 loc) 860 B
{ "name": "dlnacasts2", "version": "0.2.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/rslavin/dlnacasts2.git" }, "keywords": [ "dlna", "upnp", "cast", "client" ], "author": "rslavin", "license": "MIT", "bugs": { "url": "https://github.com/rslavin/dlnacasts2/issues" }, "homepage": "https://github.com/rslavin/dlnacasts2#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.4.0", "xml2js": "^0.4.8" }, "devDependencies": { "standard": "^7.0.1" } }