peertube-theme-nctv-dark/peertube-theme-dark/package.json

21 lines
483 B
JSON

{
"name": "peertube-theme-dark",
"version": "0.0.1",
"description": "PeerTube dark theme",
"engine": {
"peertube": ">=1.3.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": []
}