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.1.15"},
{applications,
[kernel,
stdlib,
gun
]},
{mod, {shotgun_app, []}},
{modules, []},
{registered, []},
{maintainers, ["Inaka"]},
{licenses, ["Apache 2.0"]},
{links, [{"Github", "https://github.com/inaka/shotgun"}]},
{build_tools, ["make", "rebar"]}
]
}.