Packages

Erlang + Google + Auth = egoth

Current section

Files

Jump to
egoth src egoth.app.src
Raw

src/egoth.app.src

{application,egoth,
[{description,"Erlang + Google + Auth = egoth"},
{vsn,"0.1.0"},
{registered,[]},
{mod,{egoth_app,[]}},
{applications,[kernel,stdlib,jiffy,jwt,hackney]},
{env,[]},
{modules,[]},
{maintainers,["WillBeebe"]},
{licenses,["Apache-2.0"]},
{links,[{"Github",
"https://github.com/k8s-labs-google/erlang-goth"}]}]}.