From 49fa5aa2a127bdf8924d02bf77e5086b39c7a447 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Wed, 3 Sep 2025 21:15:36 -0400 Subject: i vibe coded it --- server/_build/default/plugins/jsx/ebin/jsx.app | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 server/_build/default/plugins/jsx/ebin/jsx.app (limited to 'server/_build/default/plugins/jsx/ebin/jsx.app') 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"]}]}. -- cgit v1.2.3