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