15 lines
470 B
Erlang
15 lines
470 B
Erlang
{application, emqx_web_hook,
|
|
[{description, "EMQ X WebHook Plugin"},
|
|
{vsn, "4.3.15"}, % strict semver, bump manually!
|
|
{modules, []},
|
|
{registered, [emqx_web_hook_sup]},
|
|
{applications, [kernel,stdlib,ehttpc]},
|
|
{mod, {emqx_web_hook_app,[]}},
|
|
{env, []},
|
|
{licenses, ["Apache-2.0"]},
|
|
{maintainers, ["EMQ X Team <contact@emqx.io>"]},
|
|
{links, [{"Homepage", "https://emqx.io/"},
|
|
{"Github", "https://github.com/emqx/emqx-web-hook"}
|
|
]}
|
|
]}.
|