27 lines
586 B
JSON
27 lines
586 B
JSON
{
|
|
"name": "peertube-plugin-lumbung",
|
|
"version": "0.0.1",
|
|
"description": "Lumbung PeerTube plugin",
|
|
"engine": {
|
|
"peertube": ">=3.4.0"
|
|
},
|
|
"keywords": [
|
|
"peertube",
|
|
"plugin"
|
|
],
|
|
"homepage": "https://git.autonomic.zone/chocobozzz/peertube-plugin-lumbung",
|
|
"author": "Chocobozzz",
|
|
"bugs": "https://git.autonomic.zone/chocobozzz/peertube-plugin-lumbung/issues",
|
|
"library": "./main.js",
|
|
"staticDirs": {},
|
|
"css": [],
|
|
"clientScripts": [
|
|
{
|
|
"script": "client/video-edit-client-plugin.js",
|
|
"scopes": [
|
|
"video-edit"
|
|
]
|
|
}
|
|
]
|
|
}
|