forked from info-beamer/package-scheduled-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 832 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
{
"name": "MAGFest Scheduled Player",
"author": "Florian Wesch <[email protected]>",
"desc": "A schedulable playlist player with custom pages, plugins and animations",
"repository": "https://github.com/info-beamer/package-scheduled-player",
"version": "23",
"lifecycle": "production",
"platforms": ["pi/epoch-1", "pi/epoch-2"],
"runtime": {
"outside_sources": true
},
"embeddable_packages": [
"https://cdn.infobeamer.com/bulk/package-cef-browser/package.links",
"https://github.com/sophieschi/scheduled-plugin-mastodon"
],
"offline": {
"support": "maybe",
"info": "Playlists with time/date based scheduling require a correct system time"
},
"nesting": {
"parents": ["top-level"],
"childs": ["scheduled-plugin"]
}
}