Current section

Files

Jump to
jwerl src jwerl.app.src
Raw

src/jwerl.app.src

{application,jwerl,
[{description,"JWT Library for Erlang and Elixir"},
{vsn,"0.1.2"},
{registered,[]},
{modules,[]},
{applications,[kernel,stdlib,jsx]},
{env,[]},
{maintainers,["Gregoire Lejeune"]},
{licenses,["BSD-3"]},
{links,[{"Github","https://github.com/emedia-project/jwerl"}]},
{files,["src/*","lib/*","Makefile","bu.mk","README.md",
"rebar.config","rebar.lock","mix.exs","mix.lock"]},
{build_tools,["rebar3","mix","make"]}]}.