aboutsummaryrefslogtreecommitdiff
path: root/server/_build/default/plugins/jsx/ebin/jsx.app
blob: 964015215c6a2a89b95e4662ea448c6d04a365f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
{application,jsx,
             [{description,"a streaming, evented json parsing toolkit"},
              {vsn,"2.10.0"},
              {modules,[jsx,jsx_config,jsx_consult,jsx_decoder,jsx_encoder,
                        jsx_parser,jsx_to_json,jsx_to_term,jsx_verify]},
              {registered,[]},
              {applications,[kernel,stdlib]},
              {env,[]},
              {files,["src","rebar.config","rebar.config.script",
                      "rebar.lockREADME.md","CHANGES.md","LICENSE"]},
              {licenses,["MIT"]}]}.