%% Feel free to use, reuse and abuse the code in this file.
{application, eventsource, [
{description, "Cowboy EventSource example."},
{vsn, "1"},
{modules, []},
{registered, [eventsource_sup]},
{applications, [
kernel,
stdlib,
cowboy
]},
{mod, {eventsource_app, []}},
{env, []}
]}.