Current section
Files
Jump to
Current section
Files
src/erlcaptcha.app.src
{application,erlcaptcha,
[{description,"Erlang reCAPTCHA validator"},
{vsn,"2.0.0"},
{registered,[]},
{mod,{erlcaptcha_app,[]}},
{applications,[kernel,stdlib,jsx,inets]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{maintainers,["Goncalo Tomas"]},
{links,[{"Github","https://github.com/ClicaAi/erlcaptcha"}]}]}.