|
@@ -1,8 +1,8 @@
|
|
|
-{application,jsone,
|
|
|
- [{description,"Erlang JSON Library"},
|
|
|
- {vsn,"1.8.0"},
|
|
|
- {registered,[]},
|
|
|
- {applications,[kernel,stdlib]},
|
|
|
- {licenses,["MIT"]},
|
|
|
- {links,[{"GitHub","https://github.com/sile/jsone"}]},
|
|
|
- {env,[]}]}.
|
|
|
+{application, jsone,
|
|
|
+ [{description, "Erlang JSON Library"},
|
|
|
+ {vsn, "1.8.0"},
|
|
|
+ {registered, []},
|
|
|
+ {applications, [kernel, stdlib]},
|
|
|
+ {licenses, ["MIT"]},
|
|
|
+ {links, [{"GitHub", "https://github.com/sile/jsone"}]},
|
|
|
+ {env, []}]}.
|