Current section
Files
Jump to
Current section
Files
src/rebar3_vendor.app.src
{application,rebar3_vendor,
[{description,"Rebar3 plugin for vendoring dependencies."},
{vsn,"0.4.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Roberto Ostinelli"]},
{licenses,["MIT"]},
{links,[{"Github",
"http://github.com/ostinelli/rebar3_vendor"}]}]}.