jsx/src/jsx.app.src
alisdair sullivan 35cfd552d1 1.0 release
2012-03-15 21:22:08 -07:00

21 lines
383 B
Erlang

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