Packages

Phoenix Reactify is an open-source tool meant to add a simple React implementation to fresh Phoenix Applications.

Current section

Files

Jump to
phoenix_reactify deps jason hex_metadata.config
Raw

deps/jason/hex_metadata.config

{<<"app">>,<<"jason">>}.
{<<"build_tools">>,[<<"mix">>]}.
{<<"description">>,
<<"A blazing fast JSON parser and generator in pure Elixir.">>}.
{<<"elixir">>,<<"~> 1.4">>}.
{<<"files">>,
[<<"lib">>,<<"lib/decoder.ex">>,<<"lib/formatter.ex">>,<<"lib/encode.ex">>,
<<"lib/jason.ex">>,<<"lib/fragment.ex">>,<<"lib/helpers.ex">>,
<<"lib/encoder.ex">>,<<"lib/codegen.ex">>,<<"mix.exs">>,<<"README.md">>,
<<"LICENSE">>,<<"CHANGELOG.md">>]}.
{<<"licenses">>,[<<"Apache-2.0">>]}.
{<<"links">>,[{<<"GitHub">>,<<"https://github.com/michalmuskala/jason">>}]}.
{<<"name">>,<<"jason">>}.
{<<"requirements">>,
[[{<<"app">>,<<"decimal">>},
{<<"name">>,<<"decimal">>},
{<<"optional">>,true},
{<<"repository">>,<<"hexpm">>},
{<<"requirement">>,<<"~> 1.0 or ~> 2.0">>}]]}.
{<<"version">>,<<"1.2.2">>}.