jsx/src/jsx.app.src
2012-03-02 22:59:51 -08:00

20 lines
364 B
Erlang

{application, jsx,
[
{description, "a streaming, evented json parsing toolkit"},
{vsn, "1.0rc"},
{modules, [
jsx,
jsx_encoder,
jsx_decoder,
jsx_to_json,
jsx_to_term,
jsx_utils,
jsx_verify
]},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []}
]}.