-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
40 lines (40 loc) · 971 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"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 <[email protected]>",
"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"
}
}