1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{application,jchat,
[{description,"JMAP-based Chat Server"},
{vsn,"0.1.0"},
{registered,[]},
{mod,{jchat_app,[]}},
{applications,[kernel,stdlib,crypto,inets,jsx,cowboy,mnesia,
bcrypt]},
{env,[]},
{modules,[jchat_app,jchat_auth,jchat_config,jchat_db,jchat_dev,
jchat_http,jchat_http_404,jchat_http_auth,
jchat_http_download,jchat_http_eventsource,
jchat_http_health,jchat_http_redirect,
jchat_http_static,jchat_http_upload,jchat_methods,
jchat_presence,jchat_push,jchat_sup,jchat_utils]},
{licenses,["Apache-2.0"]},
{links,[]}]}.
|