2010-06-02 21:11:21 -07:00
|
|
|
{application, jsx,
|
|
|
|
[
|
|
|
|
{description, "a streaming, evented json parsing toolkit"},
|
2017-02-06 18:48:03 -08:00
|
|
|
{vsn, "2.8.2"},
|
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,
|
2012-05-23 00:52:53 -07:00
|
|
|
jsx_parser,
|
2011-11-28 17:30:55 -08:00
|
|
|
jsx_to_json,
|
|
|
|
jsx_to_term,
|
2013-03-06 01:37:08 -08:00
|
|
|
jsx_config,
|
2012-03-02 22:59:51 -08:00
|
|
|
jsx_verify
|
2010-06-02 21:11:21 -07:00
|
|
|
]},
|
|
|
|
{registered, []},
|
|
|
|
{applications, [
|
|
|
|
kernel,
|
2012-04-04 18:41:55 -07:00
|
|
|
stdlib
|
2010-06-02 21:11:21 -07:00
|
|
|
]},
|
2015-10-08 22:21:39 -07:00
|
|
|
{env, []},
|
|
|
|
{files, [
|
|
|
|
"src",
|
|
|
|
"rebar.config", "rebar.config.script", "rebar.lock"
|
|
|
|
"README.md", "CHANGES.md", "LICENSE"
|
|
|
|
]}
|
2010-06-02 21:11:21 -07:00
|
|
|
]}.
|