jsx/src/jsx.app.src

27 lines
521 B
Text
Raw Normal View History

2010-06-02 21:11:21 -07:00
{application, jsx,
[
{description, "a streaming, evented json parsing toolkit"},
2016-12-08 10:10:51 -08:00
{vsn, "2.8.1"},
2010-06-02 21:11:21 -07:00
{modules, [
jsx,
jsx_encoder,
jsx_decoder,
jsx_parser,
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
]},
{env, []},
{files, [
"src",
"rebar.config", "rebar.config.script", "rebar.lock"
"README.md", "CHANGES.md", "LICENSE"
]}
2010-06-02 21:11:21 -07:00
]}.