-
Notifications
You must be signed in to change notification settings - Fork 304
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·38 lines (38 loc) · 970 Bytes
/
package.json
File metadata and controls
executable file
·38 lines (38 loc) · 970 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
{
"name": "volusonic",
"version": "3.4.0",
"description": "Volumio client for subsonic's API servers (subsonic / navidrome / airsonic / ampache / owncloud / nextcloud / etc..)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "foobarjo",
"license": "ISC",
"repository": "https://github.com/volumio/volumio-plugins/tree/master/plugins/music_service/volusonic",
"volumio_info": {
"prettyName": "Volusonic",
"icon": "fa-ship",
"plugin_type": "music_service",
"architectures": [
"amd64",
"armhf",
"i386"
],
"os": [
"buster"
],
"details": "Volumio client for subsonic's API servers (subsonic / navidrome / airsonic / ampache / owncloud / nextcloud / etc..)",
"changelog": "see github"
},
"engines": {
"node": ">=8",
"volumio": ">=3"
},
"dependencies": {
"cache-manager": "^2.4.0",
"kew": "^0.7.0",
"unirest": "^0.6.0",
"v-conf": "^1.4.2",
"semver": "^7.3.2"
}
}