32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
{<<"app">>,<<"plug_cowboy">>}.
|
|
{<<"build_tools">>,[<<"mix">>]}.
|
|
{<<"description">>,<<"A Plug adapter for Cowboy">>}.
|
|
{<<"elixir">>,<<"~> 1.11">>}.
|
|
{<<"files">>,
|
|
[<<"lib">>,<<"lib/plug">>,<<"lib/plug/cowboy">>,
|
|
<<"lib/plug/cowboy/handler.ex">>,<<"lib/plug/cowboy/drainer.ex">>,
|
|
<<"lib/plug/cowboy/translator.ex">>,<<"lib/plug/cowboy/conn.ex">>,
|
|
<<"lib/plug/cowboy.ex">>,<<".formatter.exs">>,<<"mix.exs">>,<<"README.md">>,
|
|
<<"LICENSE">>,<<"CHANGELOG.md">>]}.
|
|
{<<"licenses">>,[<<"Apache-2.0">>]}.
|
|
{<<"links">>,
|
|
[{<<"GitHub">>,<<"https://github.com/elixir-plug/plug_cowboy">>}]}.
|
|
{<<"name">>,<<"plug_cowboy">>}.
|
|
{<<"requirements">>,
|
|
[[{<<"app">>,<<"plug">>},
|
|
{<<"name">>,<<"plug">>},
|
|
{<<"optional">>,false},
|
|
{<<"repository">>,<<"hexpm">>},
|
|
{<<"requirement">>,<<"~> 1.14">>}],
|
|
[{<<"app">>,<<"cowboy">>},
|
|
{<<"name">>,<<"cowboy">>},
|
|
{<<"optional">>,false},
|
|
{<<"repository">>,<<"hexpm">>},
|
|
{<<"requirement">>,<<"~> 2.7">>}],
|
|
[{<<"app">>,<<"cowboy_telemetry">>},
|
|
{<<"name">>,<<"cowboy_telemetry">>},
|
|
{<<"optional">>,false},
|
|
{<<"repository">>,<<"hexpm">>},
|
|
{<<"requirement">>,<<"~> 0.3">>}]]}.
|
|
{<<"version">>,<<"2.7.3">>}.
|