10 lines
378 B
Erlang
10 lines
378 B
Erlang
{application,fewd,
|
|
[{description,"Front End Web Dev in Erlang stuff"},
|
|
{registered,[]},
|
|
{included_applications,[]},
|
|
{applications,[stdlib,kernel]},
|
|
{vsn,"0.1.0"},
|
|
{modules,[fd_client,fd_client_man,fd_client_sup,fd_clients,
|
|
fd_sup,fewd]},
|
|
{mod,{fewd,[]}}]}.
|