UNPKG

castnow

Version:

commandline chromecast player

56 lines (55 loc) 1.21 kB
{ "name": "castnow", "version": "0.6.0", "description": "commandline chromecast player", "main": "index.js", "bin": { "castnow": "./index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Simon Kusterer", "license": "MIT", "repository": { "type": "git", "url": "git@github.com:xat/castnow.git" }, "keywords": [ "chromecast", "media", "player", "video", "torrent", "peerflix", "commandline", "subtitles", "cast" ], "dependencies": { "array-loop": "^1.0.0", "array-shuffle": "^1.0.1", "castv2-client": "^1.1.0", "chalk": "1.0.0", "chromecast-player": "^0.2.3", "debounced-seeker": "^1.0.0", "debug": "^2.1.0", "diveSync": "^0.3.0", "got": "^1.2.2", "internal-ip": "^1.0.0", "keypress": "^0.2.1", "mime": "^1.2.11", "minimist": "^1.1.0", "peerflix": "^0.34.0", "playerui": "^1.3.0", "query-string": "^1.0.0", "range-parser": "^1.0.2", "read-torrent": "^1.0.0", "router": "^0.6.2", "srt2vtt": "^1.3.1", "stream-transcoder": "0.0.5", "xml2js": "^0.4.4", "xspfr": "^0.3.1", "xtend": "^4.0.0" } }