{application, prometheus,
 [{description, "Prometheus.io client in Erlang"},
  {vsn, "1.0.2"},
  {registered, []},
  {mod, { prometheus, []}},
  {applications,
   [kernel,
    stdlib
   ]},
  {env,[]},
  {modules, []},

  {maintainers, ["Ilya Khaprov"]},
  {licenses, ["MIT"]},
  {links, [{"Github", "https://github.com/deadtrickster/prometheus.erl"}]}
 ]}.
