peertube-theme-netzbegruenung/package.json
ICabaleiro 407e2c0784 2.1.0
2020-02-06 12:54:33 +00:00

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": {}
}