2010-06-02 21:11:21 -07:00
|
|
|
{application, jsx,
|
|
|
|
[
|
|
|
|
{description, "a streaming, evented json parsing toolkit"},
|
2011-07-26 13:11:03 -07:00
|
|
|
{vsn, "0.10.0"},
|
2010-06-02 21:11:21 -07:00
|
|
|
{modules, [
|
|
|
|
jsx,
|
2011-10-21 18:16:16 -07:00
|
|
|
jsx_encoder,
|
2011-10-19 06:51:36 -07:00
|
|
|
jsx_decoder,
|
2011-07-04 16:34:14 -07:00
|
|
|
jsx_utils
|
2010-06-02 21:11:21 -07:00
|
|
|
]},
|
|
|
|
{registered, []},
|
|
|
|
{applications, [
|
|
|
|
kernel,
|
|
|
|
stdlib
|
|
|
|
]},
|
|
|
|
{env, []}
|
|
|
|
]}.
|