Current section
Files
Jump to
Current section
Files
src/jsone.app.src
%% -*- erlang -*-
{application, jsone,
[
{description, "Erlang JSON Library"},
{vsn, "1.0.0"},
{registered, []},
{applications, [kernel, stdlib]},
{contributors, ["Takeru Ohta"]},
{licenses, ["MIT"]},
{links, [{"GitHub","https://github.com/sile/jsone"}]},
{env, []}
]}.