jsx/src/jsx.app.src
alisdair sullivan 8e150dafb9 v2.0
2014-04-22 02:00:29 +00:00

21 lines
383 B
Erlang

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