initial commit

This commit is contained in:
2024-02-12 19:51:05 -05:00
parent fee5b7eb1d
commit 7026cef3df
104 changed files with 6 additions and 9125 deletions

21
package.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "peertube-theme-dark",
"version": "2.5.0",
"description": "PeerTube dark theme",
"engine": {
"peertube": ">=4.2.0"
},
"keywords": [
"peertube",
"theme"
],
"homepage": "https://framagit.org/framasoft/peertube/official-plugins/tree/master/peertube-theme-dark",
"author": "Chocobozzz",
"bugs": "https://framagit.org/framasoft/peertube/official-plugins/issues",
"staticDirs": {},
"css": [
"assets/style.css"
],
"clientScripts": [],
"translations": {}
}