aboutsummaryrefslogtreecommitdiff
path: root/server/_build/default/plugins/jsx/ebin/jsx.app
diff options
context:
space:
mode:
Diffstat (limited to 'server/_build/default/plugins/jsx/ebin/jsx.app')
-rw-r--r--server/_build/default/plugins/jsx/ebin/jsx.app11
1 files changed, 11 insertions, 0 deletions
diff --git a/server/_build/default/plugins/jsx/ebin/jsx.app b/server/_build/default/plugins/jsx/ebin/jsx.app
new file mode 100644
index 0000000..9640152
--- /dev/null
+++ b/server/_build/default/plugins/jsx/ebin/jsx.app
@@ -0,0 +1,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"]}]}.