-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 955 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 955 Bytes
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
{
"name": "vknplayer",
"version": "0.0.43",
"description": "console audio player for listen music from vk.com and on-line radio",
"dependencies": {
"blessed": "^0.1.81",
"connect": "^2.19.4",
"m3u8": "0.0.6",
"node-xml-lite": "^0.0.4",
"promise": "^7.0.4",
"request": "^2.34.0",
"stupid-player": "^0.1.0",
"ws": "^0.4.31",
"yandex-music-api": "^0.0.3"
},
"bin": {
"vknplayer": "./vknplayer.js"
},
"main": "./vknplayer.js",
"repository": {
"type": "git",
"url": "git@github.com:kicumkicum/vknplayer.git"
},
"keywords": [
"mp3",
"audio",
"music",
"vk",
"vk.com",
"console",
"terminal",
"player",
"radio",
"raspberry-pi",
"banana-pi"
],
"author": "Oleg Akinin <kicumkicum@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kicumkicum/vknplayer/issues"
},
"homepage": "https://github.com/kicumkicum/vknplayer"
}