-
Notifications
You must be signed in to change notification settings - Fork 104
/
package.json
42 lines (42 loc) · 962 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
41
42
{
"name": "youtube-mp3-downloader",
"version": "0.7.11",
"description": "Downloads Youtube videos (in parallel, as streams), encodes the audio data as mp3 and stores them in a defineable location",
"keywords": [
"youtube",
"mp3",
"download",
"encode",
"ffmpeg",
"parallel",
"fast",
"streams"
],
"private": false,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"async": "^3.2.4",
"fluent-ffmpeg": "2.1.2",
"progress-stream": "^2.0.0",
"sanitize-filename": "^1.6.3",
"ytdl-core": "4.10.0"
},
"author": {
"name": "ytb2mp3"
},
"repository": {
"type": "git",
"url": "git://github.com/ytb2mp3/youtube-mp3-downloader.git"
},
"engines": {
"node": ">=8.3.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ytb2mp3/youtube-mp3-downloader/issues"
},
"types": "./typings/index.d.ts"
}