-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
54 lines (54 loc) · 1.39 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "alltomp3",
"version": "0.4.5",
"description": "Download and convert in MP3 with tags online videos",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AllToMP3/alltomp3.git"
},
"keywords": [
"youtube",
"mp3",
"vimeo",
"convert",
"lyrics",
"deezer",
"itunes",
"tags",
"music",
"video"
],
"author": "Basile Bruneau <[email protected]>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/AllToMP3/alltomp3/issues"
},
"homepage": "https://github.com/AllToMP3/alltomp3#readme",
"dependencies": {
"acoustid": "^1.2.1",
"bluebird": "^3.5.2",
"chai": "^3.5.0",
"cheerio": "^0.20.0",
"eyed3": "git+https://github.com/AllToMP3/node-eyed3.git#b545986",
"fast-levenshtein": "^1.1.3",
"fluent-ffmpeg": "git+https://github.com/fluent-ffmpeg/node-fluent-ffmpeg.git#21f701430f98ae4fd53e12881e4328f1c165b45d",
"fs-extra": "^2.1.2",
"lodash": "^4.17.10",
"longest-common-substring": "^0.0.1",
"randomstring": "^1.1.5",
"request": "^2.88.0",
"request-promise": "^2.0.1",
"sharp": "^0.20.8",
"smartcrop-sharp": "git+https://github.com/AllToMP3/smartcrop-sharp.git#9d65314",
"ytdl-core": "latest",
"ytpl": "^1.0.1",
"ytsr": "^1.0.4"
},
"devDependencies": {
"prettier": "^2.0.5"
}
}