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