Current section

Files

Jump to
dasherl src dasherl.app.src
Raw

src/dasherl.app.src

{application,dasherl,
[{description,"Dasherl - A deployment environemt and builder for Dash apps running from Erlang/Elixir"},
{vsn,"0.1.0"},
{registered,[]},
{mod,{dasherl_app,[]}},
{applications,[kernel,stdlib,lager,erlport]},
{env,[]},
{modules,[]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/zgbjgg/dasherl"}]}]}.