mirror of
https://github.com/zvx-echo6/recon.git
synced 2026-05-20 14:44:54 +02:00
20 lines
459 B
JSON
20 lines
459 B
JSON
|
|
{
|
||
|
|
"name": "peertube-plugin-recon-domains",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Registers 18 RECON knowledge domains as PeerTube video categories (IDs 100-117)",
|
||
|
|
"engine": {
|
||
|
|
"peertube": ">=6.0.0"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"peertube",
|
||
|
|
"plugin"
|
||
|
|
],
|
||
|
|
"homepage": "https://forge.echo6.co/matt/recon",
|
||
|
|
"author": "Echo6",
|
||
|
|
"license": "MIT",
|
||
|
|
"library": "./main.js",
|
||
|
|
"staticDirs": {},
|
||
|
|
"css": [],
|
||
|
|
"clientScripts": [],
|
||
|
|
"translations": {}
|
||
|
|
}
|