30 lines
644 B
JSON
30 lines
644 B
JSON
{
|
|
"name": "peertube-theme-bei3-net",
|
|
"version": "2.3.3",
|
|
"description": "Bei3.net theme (used for netzbegruenung)",
|
|
"engine": {
|
|
"peertube": ">=1.3.0"
|
|
},
|
|
"keywords": [
|
|
"peertube",
|
|
"theme"
|
|
],
|
|
"homepage": "https://git.bei3.net/dirkr/peertube-theme-netzbegruenung",
|
|
"author": "DirkR / BitTube",
|
|
"bugs": "https://git.bei3.net/dirkr/peertube-theme-netzbegruenung/issues",
|
|
"staticDirs": {
|
|
"images": "public/images"
|
|
},
|
|
"css": [
|
|
"assets/style.css"
|
|
],
|
|
"clientScripts": [
|
|
{
|
|
"script": "client/common-client-plugin.js",
|
|
"scopes": [
|
|
"common"
|
|
]
|
|
}
|
|
],
|
|
"translations": {}
|
|
}
|