54 linhas
1.1 KiB
JSON
54 linhas
1.1 KiB
JSON
{
|
|
"name": "castnow",
|
|
"version": "0.4.17",
|
|
"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",
|
|
"castv2-client": "^1.1.0",
|
|
"chalk": "1.0.0",
|
|
"chromecast-player": "^0.2.3",
|
|
"debounced-seeker": "^1.0.0",
|
|
"debug": "^2.1.0",
|
|
"fs-extended": "^0.2.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.2.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",
|
|
"xtend": "^4.0.0"
|
|
}
|
|
}
|