peertube-theme-nctv-dark/peertube-plugin-hello-world/package.json

86 lines
1.7 KiB
JSON

{
"name": "peertube-plugin-hello-world",
"version": "0.0.22",
"description": "Hello world PeerTube plugin example",
"engine": {
"peertube": ">=3.2.0"
},
"keywords": [
"peertube",
"plugin"
],
"homepage": "https://framagit.org/framasoft/peertube/official-plugins/tree/master/peertube-plugin-hello-world",
"author": "Chocobozzz",
"bugs": "https://framagit.org/framasoft/peertube/official-plugins/issues",
"library": "./main.js",
"staticDirs": {
"images": "public/images"
},
"css": [
"assets/style1.css",
"assets/style2.css"
],
"clientScripts": [
{
"script": "client/common-client-plugin.js",
"scopes": [
"common"
]
},
{
"script": "client/video-watch-client-plugin.js",
"scopes": [
"video-watch"
]
},
{
"script": "client/search-client-plugin.js",
"scopes": [
"search"
]
},
{
"script": "client/login-client-plugin.js",
"scopes": [
"login"
]
},
{
"script": "client/signup-client-plugin.js",
"scopes": [
"signup"
]
},
{
"script": "client/embed-client-plugin.js",
"scopes": [
"embed"
]
},
{
"script": "client/video-edit-client-plugin.js",
"scopes": [
"video-edit"
]
},
{
"script": "client/admin-plugin-client-plugin.js",
"scopes": [
"admin-plugin"
]
},
{
"script": "client/video-channel-client-plugin.js",
"scopes": [
"video-channel"
]
}
],
"translations": {
"fr": "./languages/fr.json"
},
"dependencies": {
"ws": "^8.9.0"
}
}