peertube-theme-netzbegruenung/package.json
ICabaleiro 39407e9b1c 2.3.1
2020-07-27 11:54:38 +01:00

30 lines
635 B
JSON

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