peertube-theme-nctv-dark/package.json

22 lines
480 B
JSON
Raw Normal View History

2019-07-17 12:58:36 +00:00
{
2024-02-13 01:10:11 +00:00
"name": "peertube-theme-nctv-dark",
2024-03-10 18:58:15 +00:00
"version": "1.0.2",
2024-02-13 01:10:11 +00:00
"description": "NCTV dark theme.",
2019-07-17 12:58:36 +00:00
"engine": {
2022-06-28 09:35:36 +00:00
"peertube": ">=4.2.0"
2019-07-17 12:58:36 +00:00
},
"keywords": [
"peertube",
"theme"
],
2024-02-13 01:10:11 +00:00
"homepage": "https://gitea.nicecrew.digital/matty/peertube-theme-nctv-dark",
"author": "Matty",
"bugs": "https://gitea.nicecrew.digital/matty/peertube-theme-nctv-dark/issues",
2019-07-17 12:58:36 +00:00
"staticDirs": {},
"css": [
"assets/style.css"
],
2019-07-26 12:45:53 +00:00
"clientScripts": [],
"translations": {}
2019-07-17 12:58:36 +00:00
}