v0.0.1
This commit is contained in:
26
package.json
26
package.json
@@ -1,30 +1,22 @@
|
||||
{
|
||||
"name": "peertube-theme-quickstart",
|
||||
"version": "0.0.2",
|
||||
"description": "PeerTube theme quickstart",
|
||||
"name": "peertube-theme-mdg-light",
|
||||
"version": "0.0.1",
|
||||
"description": "MDG PeerTube theme light",
|
||||
"engine": {
|
||||
"peertube": ">=1.3.0"
|
||||
"peertube": ">=7.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",
|
||||
"homepage": "https://gitea.mdg-hamburg.de/julian.kiedaisch/peertube-theme-mdg-light",
|
||||
"author": "Julian Kiedaisch",
|
||||
"bugs": "https://gitea.mdg-hamburg.de/julian.kiedaisch/peertube-theme-mdg-light/issues",
|
||||
"staticDirs": {
|
||||
"images": "public/images"
|
||||
},
|
||||
"css": [
|
||||
"assets/style.css"
|
||||
],
|
||||
"clientScripts": [
|
||||
{
|
||||
"script": "client/common-client-plugin.js",
|
||||
"scopes": [ "common" ]
|
||||
}
|
||||
],
|
||||
"translations": {
|
||||
"fr-FR": "./languages/fr.json"
|
||||
}
|
||||
"clientScripts": [],
|
||||
"translations": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user