jsx/ebin/jsx.app
alisdair sullivan 403e2f53bb added .app file
2010-06-02 21:11:21 -07:00

19 lines
339 B
Erlang

{application, jsx,
[
{description, "a streaming, evented json parsing toolkit"},
{vsn, "0.0.1"},
{modules, [
jsx,
jsx_utf8,
jsx_utf16,
jsx_utf16le,
jsx_utf32,
jsx_utf32le
]},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []}
]}.