%% -*- mode: erlang; tab-width: 4; indent-tabs-mode: 1; st-rulers: [70] -*-
%% vim: ts=4 sw=4 ft=erlang noet
{application, noble, [
	{description, "An OTP application"},
	{vsn, "0.0.1"},
	{id, "git"},
	{mod, {'noble_app', []}},
	{registered, []},
	{applications, [
		kernel,
		stdlib,
		jason,
		json_xema
	]},
	{modules, []},
	{licenses, ["MIT"]},
	{links, [{"Github", "https://github.com/potatosalad/erlang-noble"}]},
	{env, []}
]}.
