Packages

HTTP Erlang JSON APIs - library for easy API management

Current section

Files

Jump to
heja src heja.app.src
Raw

src/heja.app.src

{application,heja,
[{description,"HTTP Erlang JSON APIs - library for easy API management"},
{vsn,"0.1.2"},
{registered,[]},
{applications,[kernel,stdlib,elli,lejson]},
{maintainers,["Christoffer Vikstrom"]},
{licenses,["Apache"]},
{links,[{"Github","https://github.com/cvik/heja"}]},
{modules,[]},
{mod,{heja_app,no_arg}},
{env,[]}]}.