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

29 lines
591 B
JSON
Raw Normal View History

2019-07-16 09:53:38 +00:00
{
"name": "peertube-theme-background-red",
"version": "0.0.1",
"description": "Example PeerTube theme",
"engine": {
"peertube": ">=1.3.1"
},
"keywords": [
"peertube",
"theme"
],
"homepage": "https://github.com/Chocobozzz/PeerTube",
"author": "Chocobozzz",
"bugs": "https://github.com/Chocobozzz/PeerTube/issues",
"staticDirs": {
"images": "public/images"
},
"css": [
"assets/style1.css",
"assets/style2.css"
],
"clientScripts": [
{
"script": "client/video-watch-client-plugin.js",
"scopes": [ "video-watch" ]
}
]
}