infobeamer-testcard/package.json

20 lines
494 B
JSON
Raw Permalink Normal View History

2023-03-14 08:55:54 +00:00
{
2023-04-17 18:49:53 +00:00
"name": "Info-beamer Testcard",
"author": "Jannik Beyerstedt <code@jbeyerstedt.de>",
2023-03-14 08:55:54 +00:00
"desc": "testcard",
2023-04-17 18:49:53 +00:00
"repository": "https://git.beyerstedt.de/jannik/infobeamer-testcard",
2023-03-14 08:55:54 +00:00
"nesting": {
"parents": [
"top-level"
],
"childs": "any"
},
"platforms": [
"pi/epoch-1",
"pi/epoch-2"
],
"offline": {
"support": "no",
"info": "Needs to fetch information about itself from info-beamer api"
}
2023-04-17 18:49:53 +00:00
}