aboutsummaryrefslogtreecommitdiff
path: root/server/_build/default/lib/jsx/ebin/jsx.app
blob: 24927b22cc37d34a739cf7eb4b2b9015fdb97807 (plain)
1
2
3
4
5
6
7
8
9
10
{application,jsx,
             [{description,"a streaming, evented json parsing toolkit"},
              {vsn,"3.1.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,[]},
              {licenses,["MIT"]},
              {links,[{"Github","https://github.com/talentdeficit/jsx"}]}]}.