17 lines
456 B
JSON
17 lines
456 B
JSON
|
|
{
|
||
|
|
"name": "hello",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"api_version": 1,
|
||
|
|
"description": "Hello World — example plugin demonstrating the Fastway plugin API",
|
||
|
|
"short_description": "Example hello world plugin",
|
||
|
|
"author": "Fastway BBS",
|
||
|
|
"license": "GPL-3.0",
|
||
|
|
"category": "utilities",
|
||
|
|
"target": "server",
|
||
|
|
"capabilities": ["routes", "admin", "database", "events", "config", "scheduled"],
|
||
|
|
"files": {
|
||
|
|
"binary": "libhello.so",
|
||
|
|
"web": ["web/"]
|
||
|
|
}
|
||
|
|
}
|