Current section

Files

Jump to
shotgun src shotgun.app.src
Raw

src/shotgun.app.src

{application, shotgun,
[
{description,
"better than just a gun"},
{vsn, "0.2.2"},
{applications,
[kernel,
stdlib,
gun
]},
{mod, {shotgun_app, []}},
{modules, []},
{registered, []},
{maintainers, ["Inaka"]},
{licenses, ["Apache 2.0"]},
{links, [ {"Github", "https://github.com/inaka/shotgun"}
, {"Docs", "http://inaka.github.io/shotgun/"}
, {"SSE Spec", "https://html.spec.whatwg.org/multipage/comms.html#server-sent-events"}
]},
{build_tools, ["erlang.mk", "rebar"]}
]
}.