{
application, main,
[
{description, "This is game server."},
{vsn, "1.0a"},
{modules, [main]},
{registered, [main_app]},
{applications, [kernel, stdlib, sasl]},
{mod, {main_app, []}},
{start_phases, []},
{env,[]}
]
}.