30 lines
635 B
JSON
30 lines
635 B
JSON
{
|
|
"name": "peertube-theme-bittube-light-mode",
|
|
"version": "2.1.0",
|
|
"description": "BitTube light theme",
|
|
"engine": {
|
|
"peertube": ">=1.3.0"
|
|
},
|
|
"keywords": [
|
|
"peertube",
|
|
"theme"
|
|
],
|
|
"homepage": "https://github.com/ipbc-dev/peertube-theme-bittube-light-mode",
|
|
"author": "BitTube",
|
|
"bugs": "https://github.com/ipbc-dev/peertube-theme-bittube-light-mode/issues",
|
|
"staticDirs": {
|
|
"images": "public/images"
|
|
},
|
|
"css": [
|
|
"assets/style.css"
|
|
],
|
|
"clientScripts": [
|
|
{
|
|
"script": "client/common-client-plugin.js",
|
|
"scopes": [
|
|
"common"
|
|
]
|
|
}
|
|
],
|
|
"translations": {}
|
|
}
|