21 lines
461 B
JSON
21 lines
461 B
JSON
|
{
|
||
|
"name": "peertube-plugin-test-id-pass-auth-three",
|
||
|
"version": "0.0.1",
|
||
|
"description": "Id and pass auth three",
|
||
|
"engine": {
|
||
|
"peertube": ">=1.3.0"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"peertube",
|
||
|
"plugin"
|
||
|
],
|
||
|
"homepage": "https://github.com/Chocobozzz/PeerTube",
|
||
|
"author": "Chocobozzz",
|
||
|
"bugs": "https://github.com/Chocobozzz/PeerTube/issues",
|
||
|
"library": "./main.js",
|
||
|
"staticDirs": {},
|
||
|
"css": [],
|
||
|
"clientScripts": [],
|
||
|
"translations": {}
|
||
|
}
|