peertube-theme-netzbegruenung/package.json
2020-01-28 15:35:29 +00:00

28 lines
621 B
JSON

{
"name": "peertube-theme-bittube-light-mode",
"version": "1.0.2",
"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": {}
}