43 linhas
882 B
JSON
43 linhas
882 B
JSON
{
|
|
"name": "castnow",
|
|
"version": "0.0.1",
|
|
"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",
|
|
"cast"
|
|
],
|
|
"dependencies": {
|
|
"castv2-client": "0.0.6",
|
|
"chalk": "^0.5.1",
|
|
"chromecast-player": "0.1.0",
|
|
"get-port": "^1.0.0",
|
|
"get-youtube-id": "^0.1.3",
|
|
"internal-ip": "^1.0.0",
|
|
"keypress": "^0.2.1",
|
|
"minimist": "^1.1.0",
|
|
"peercast": "^1.1.2",
|
|
"peerflix": "^0.19.1",
|
|
"read-torrent": "^1.0.0",
|
|
"single-line-log": "^0.4.1"
|
|
}
|
|
}
|