24 lines
885 B
Plaintext
24 lines
885 B
Plaintext
{<<"links">>,
|
|
[{<<"Changelog">>,
|
|
<<"https://github.com/edgurgel/httpoison/blob/master/CHANGELOG.md">>},
|
|
{<<"GitHub">>,<<"https://github.com/edgurgel/httpoison">>}]}.
|
|
{<<"name">>,<<"httpoison">>}.
|
|
{<<"version">>,<<"2.2.2">>}.
|
|
{<<"description">>,
|
|
<<"Yet Another HTTP client for Elixir powered by hackney">>}.
|
|
{<<"elixir">>,<<"~> 1.11">>}.
|
|
{<<"app">>,<<"httpoison">>}.
|
|
{<<"licenses">>,[<<"MIT">>]}.
|
|
{<<"requirements">>,
|
|
[[{<<"name">>,<<"hackney">>},
|
|
{<<"app">>,<<"hackney">>},
|
|
{<<"optional">>,false},
|
|
{<<"requirement">>,<<"~> 1.21">>},
|
|
{<<"repository">>,<<"hexpm">>}]]}.
|
|
{<<"files">>,
|
|
[<<"lib">>,<<"lib/httpoison.ex">>,<<"lib/httpoison">>,
|
|
<<"lib/httpoison/handlers">>,<<"lib/httpoison/handlers/multipart.ex">>,
|
|
<<"lib/httpoison/base.ex">>,<<".formatter.exs">>,<<"mix.exs">>,
|
|
<<"README.md">>,<<"LICENSE">>,<<"CHANGELOG.md">>]}.
|
|
{<<"build_tools">>,[<<"mix">>]}.
|