-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
45 lines (45 loc) · 1.04 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
{
"name": "alltomp3-cli",
"version": "0.1.0",
"description": "Download every song with one command",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"bin": {
"alltomp3": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AllToMP3/alltomp3-cli.git"
},
"keywords": [
"youtube",
"mp3",
"vimeo",
"convert",
"lyrics",
"deezer",
"itunes",
"tags",
"music",
"video",
"cli",
"download"
],
"author": "Basile Bruneau <basilebruneau@gmail.com>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/AllToMP3/alltomp3-cli/issues"
},
"homepage": "https://github.com/AllToMP3/alltomp3-cli#readme",
"dependencies": {
"alltomp3": "git+https://github.com/AllToMP3/alltomp3",
"chalk": "^1.1.1",
"commander": "^2.9.0",
"lodash": "^4.5.0",
"progress": "git+https://github.com/AllToMP3/node-progress.git#multiline_support",
"request": "^2.69.0",
"tabtab": "git+https://github.com/AllToMP3/node-tabtab"
}
}