Current section
Files
Jump to
Current section
Files
src/rebar3_dragon.app.src
{application,rebar3_dragon,
[{description,"The LFE Dragon rebar3 plugin"},
{vsn,"0.0.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{pkg_name,rebar3_dragon},
{maintainers,["Duncan McGreggor"]},
{licenses,["Apache-2"]},
{links,[{"GitHub","https://github.com/lfe-dragon/rebar3"},
{"Hex","https://hex.pm/packages/rebar3_dragon"}]},
{exclude_files,["priv/*"]}]}.