Current section

Files

Jump to
pe4kin src pe4kin.app.src
Raw

src/pe4kin.app.src

{application,pe4kin,
[{description,"Telegram messenger bot API wrapper"},
{vsn,"0.1.0"},
{registered,[]},
{mod,{pe4kin_app,[]}},
{applications,[kernel,stdlib,hackney,cowboy]},
{env,[]},
{modules,[]},
{maintainers,["Sergey Prokhorov"]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/seriyps/pe4kin"}]}]}.