Files
peertube-theme-mdg-dark/package.json
2019-07-16 16:59:27 +02:00

28 lines
608 B
JSON

{
"name": "peertube-theme-quickstart",
"version": "0.0.1",
"description": "PeerTube theme quickstart",
"engine": {
"peertube": ">=1.3.0"
},
"keywords": [
"peertube",
"theme"
],
"homepage": "https://framagit.org/framasoft/peertube/peertube-theme-quickstart",
"author": "Chocobozzz",
"bugs": "https://framagit.org/framasoft/peertube/peertube-theme-quickstart/issues",
"staticDirs": {
"images": "public/images"
},
"css": [
"assets/style.css"
],
"clientScripts": [
{
"script": "client/common-client-plugin.js",
"scopes": [ "common" ]
}
]
}