aboutsummaryrefslogtreecommitdiff
path: root/server/_build/default/lib/jwt/hex_metadata.config
blob: 6de775003212687ef076ed6733c7ca4852053f0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{<<"app">>,<<"jwt">>}.
{<<"build_tools">>,[<<"rebar3">>]}.
{<<"description">>,<<"Erlang JWT library">>}.
{<<"files">>,
 [<<"LICENSE">>,<<"README.md">>,<<"include/jwt_ecdsa.hrl">>,
  <<"rebar.config">>,<<"rebar.config.script">>,<<"rebar.lock">>,
  <<"src/jwk.erl">>,<<"src/jwt.app.src">>,<<"src/jwt.erl">>,
  <<"src/jwt_ecdsa.erl">>]}.
{<<"licenses">>,[<<"MIT">>]}.
{<<"links">>,[{<<"GitHub">>,<<"https://github.com/artemeff/jwt">>}]}.
{<<"name">>,<<"jwt">>}.
{<<"requirements">>,
 [{<<"base64url">>,
   [{<<"app">>,<<"base64url">>},
    {<<"optional">>,false},
    {<<"requirement">>,<<"~>0.0.1">>}]},
  {<<"jsx">>,
   [{<<"app">>,<<"jsx">>},
    {<<"optional">>,false},
    {<<"requirement">>,<<"~>2.8.0">>}]}]}.
{<<"version">>,<<"0.1.11">>}.