specifically: - add 'name' field to manifest.json - make 'version' optional in contrib/make_plugin - fix import in jade plugin
7 lines
146 B
JSON
7 lines
146 B
JSON
{
|
|
"name": "payserver",
|
|
"fullname": "PayServer",
|
|
"description": "run a HTTP server for receiving payments",
|
|
"available_for": ["cmdline"]
|
|
}
|