24 lines
883 B
Plaintext
24 lines
883 B
Plaintext
|
{<<"links">>,
|
||
|
[{<<"GitHub">>,<<"https://github.com/phoenixframework/phoenix_view">>}]}.
|
||
|
{<<"name">>,<<"phoenix_view">>}.
|
||
|
{<<"version">>,<<"2.0.3">>}.
|
||
|
{<<"description">>,<<"The view layer in Phoenix v1.0-v1.6 apps">>}.
|
||
|
{<<"elixir">>,<<"~> 1.9">>}.
|
||
|
{<<"app">>,<<"phoenix_view">>}.
|
||
|
{<<"licenses">>,[<<"MIT">>]}.
|
||
|
{<<"requirements">>,
|
||
|
[[{<<"name">>,<<"phoenix_html">>},
|
||
|
{<<"app">>,<<"phoenix_html">>},
|
||
|
{<<"optional">>,true},
|
||
|
{<<"requirement">>,<<"~> 2.14.2 or ~> 3.0 or ~> 4.0">>},
|
||
|
{<<"repository">>,<<"hexpm">>}],
|
||
|
[{<<"name">>,<<"phoenix_template">>},
|
||
|
{<<"app">>,<<"phoenix_template">>},
|
||
|
{<<"optional">>,false},
|
||
|
{<<"requirement">>,<<"~> 1.0">>},
|
||
|
{<<"repository">>,<<"hexpm">>}]]}.
|
||
|
{<<"files">>,
|
||
|
[<<"lib">>,<<"lib/phoenix_view.ex">>,<<".formatter.exs">>,<<"mix.exs">>,
|
||
|
<<"README.md">>,<<"LICENSE.md">>,<<"CHANGELOG.md">>]}.
|
||
|
{<<"build_tools">>,[<<"mix">>]}.
|