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

30 lines
691 B
JSON
Raw Normal View History

2019-07-16 09:53:38 +00:00
{
"name": "peertube-theme-background-red",
2019-07-26 12:45:53 +00:00
"version": "0.0.4",
2019-07-16 09:53:38 +00:00
"description": "Example PeerTube theme",
"engine": {
"peertube": ">=1.3.1"
},
"keywords": [
"peertube",
"theme"
],
2019-07-16 09:59:08 +00:00
"homepage": "https://framagit.org/framasoft/peertube/official-plugins/tree/master/peertube-theme-background-red",
2019-07-16 09:53:38 +00:00
"author": "Chocobozzz",
2019-07-16 09:59:08 +00:00
"bugs": "https://framagit.org/framasoft/peertube/official-plugins/issues",
2019-07-16 09:53:38 +00:00
"staticDirs": {
"images": "public/images"
},
"css": [
"assets/style1.css",
"assets/style2.css"
],
"clientScripts": [
{
"script": "client/video-watch-client-plugin.js",
"scopes": [ "video-watch" ]
}
2019-07-26 12:45:53 +00:00
],
"translations": {}
2019-07-16 09:53:38 +00:00
}