jsx/src/jsx.app.src
alisdair sullivan 44d1c196a2 bump to v1.3
2012-05-23 22:17:36 -07:00

21 lines
382 B
Erlang

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