Current section

Files

Jump to
couchbeam src couchbeam.app.src
Raw

src/couchbeam.app.src

{application,couchbeam,
[{description,"Erlang CouchDB client"},
{vsn,"1.4.1"},
{modules,[]},
{registered,[couchbeam_sup]},
{applications,[kernel,stdlib,asn1,crypto,public_key,ssl,idna,
hackney]},
{included_applications,[]},
{env,[]},
{mod,{couchbeam_app,[]}},
{maintainers,["Benoit Chesneau"]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/benoitc/couchbeam"}]},
{files,["src","include","mix.exs","mix.lock","rebar.config",
"rebar.lock","README.md","NEWS.md","LICENSE","NOTICE"]},
{build_tools,[<<"rebar3">>,<<"mix">>]}]}.