Current section
Files
Jump to
Current section
Files
src/prometheus_cowboy.app.src
{application, prometheus_cowboy,
[{description, ""},
{vsn, "0.0.1"},
{registered, []},
{applications,
[kernel,
stdlib,
prometheus_httpd
]},
{env,[]},
{modules, []},
{maintainers, ["Ilya Khaprov"]},
{licenses, ["MIT"]},
{links, [{"Github", "https://github.com/deadtrickster/prometheus_cowboy"}]}
]}.