jsx/src/jsx.app.src
alisdair sullivan 6b189d35d3 update to 1.4.4
2013-10-29 19:47:55 +00:00

21 lines
385 B
Erlang

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