UNPKG

youtube-terminal

Version:

Stream YouTube videos as ascii art in the terminal!

41 lines (40 loc) 971 B
{ "name": "youtube-terminal", "version": "0.8.0", "description": "Stream YouTube videos as ascii art in the terminal!", "bin": "./index.js", "scripts": { "test": "standard && npm outdated" }, "keywords": [ "youtube", "video", "ascii", "terminal", "player", "music" ], "author": "Mathias Rasmussen <mathiasvr@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/mathiasvr/youtube-terminal.git" }, "bugs": { "url": "https://github.com/mathiasvr/youtube-terminal/issues" }, "homepage": "https://github.com/mathiasvr/youtube-terminal#readme", "dependencies": { "ascii-pixels": "^1.2.0", "charm": "^1.0.1", "chop-stream": "0.0.2", "debug": "^4.1.0", "fluent-ffmpeg": "^2.1.0", "limiter": "^1.1.3", "minimist": "^1.2.0", "speaker": "^0.4.1", "through2": "^2.0.5", "youtube-crawler": "0.0.3", "ytdl-core": "^0.28.0" } }