-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 1021 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
{
"name": "volspotconnect2",
"version": "0.9.10-beta",
"description": "Plugin for Spotify connect in Volumio2. Requires a Premium/Family account",
"main": "index.js",
"scripts": {
"lint": "semistandard \"./**/*.js\" --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Balbuze & Ashthespy",
"license": "GPL 3.0",
"vollibrespot": {
"version": "0.2.3"
},
"volumio_info": {
"prettyName": "Volumio Spotify Connect2",
"icon": "fa-spotify",
"plugin_type": "music_service"
},
"bundledDependencies": [
"spotify-web-api-node"
],
"dependencies": {
"fs-extra": "^8.1.0",
"kew": "^0.7.0",
"spotify-web-api-node": "https://github.com/ashthespy/spotify-web-api-node",
"v-conf": "^1.4.2",
"qloggy": "https://github.com/ashthespy/qloggy"
},
"devDependencies": {
"semistandard": "14.2.0"
},
"engines": {
"node": ">=8"
}
}