blob: 002ea85eee1097075b9576737a89242140639a82 (
plain) (
tree)
|
|
%% Feel free to use, reuse and abuse the code in this file.
{application, eventsource, [
{description, "Cowboy EventSource example."},
{vsn, "1"},
{modules, []},
{registered, []},
{applications, [
kernel,
stdlib,
cowboy
]},
{mod, {eventsource_app, []}},
{env, []}
]}.
|