-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 774 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 774 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
{
"name": "custom_autoplay",
"version": "1.0.0",
"description": "Play something at startup (configurable).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "lukeiam",
"license": "MIT",
"repository": "https://github.com/lukeiam/volumio_custom_autoplay",
"volumio_info": {
"prettyName": "Custom Autoplay",
"icon": "fa-lightbulb-o",
"plugin_type": "system_controller",
"architectures": [
"amd64",
"armhf",
"i386"
],
"os": [
"buster"
],
"details": "Play something at startup (configurable).",
"changelog": ""
},
"engines": {
"node": ">=14.15.4 <15.0.0",
"volumio": ">=3.163.0 <4.0.0"
},
"dependencies": {
"fs-extra": "^0.28.0",
"kew": "^0.7.0",
"v-conf": "^1.4.0"
}
}