zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

hex_metadata.config (854B)


      1 {<<"app">>,<<"jason">>}.
      2 {<<"build_tools">>,[<<"mix">>]}.
      3 {<<"description">>,
      4  <<"A blazing fast JSON parser and generator in pure Elixir.">>}.
      5 {<<"elixir">>,<<"~> 1.4">>}.
      6 {<<"files">>,
      7  [<<"lib">>,<<"lib/jason.ex">>,<<"lib/encoder.ex">>,<<"lib/decoder.ex">>,
      8   <<"lib/ordered_object.ex">>,<<"lib/formatter.ex">>,<<"lib/encode.ex">>,
      9   <<"lib/codegen.ex">>,<<"lib/helpers.ex">>,<<"lib/sigil.ex">>,
     10   <<"lib/fragment.ex">>,<<"mix.exs">>,<<"README.md">>,<<"LICENSE">>,
     11   <<"CHANGELOG.md">>]}.
     12 {<<"licenses">>,[<<"Apache-2.0">>]}.
     13 {<<"links">>,[{<<"GitHub">>,<<"https://github.com/michalmuskala/jason">>}]}.
     14 {<<"name">>,<<"jason">>}.
     15 {<<"requirements">>,
     16  [[{<<"app">>,<<"decimal">>},
     17    {<<"name">>,<<"decimal">>},
     18    {<<"optional">>,true},
     19    {<<"repository">>,<<"hexpm">>},
     20    {<<"requirement">>,<<"~> 1.0 or ~> 2.0">>}]]}.
     21 {<<"version">>,<<"1.4.0">>}.