Current section
Files
Jump to
Current section
Files
src/rebar3_neotoma_plugin.app.src
{application,rebar3_neotoma_plugin,
[{description,"Neotoma rebar plugin"},
{vsn,"0.2.0"},
{registered,[]},
{applications,[kernel,stdlib,neotoma]},
{env,[]},
{modules,[rebar3_neotoma_plugin]},
{maintainers,["Oleg Tsarev","Tristan Sloughter"]},
{licenses,["Apache"]},
{links,[{"Github",
"https://github.com/zamotivator/rebar3_neotoma_plugin"}]}]}.