Packages
erl_web_push
0.1.0
Web push library in Erlang. Provides helpers for encrypting (RFC-8188) messages, preparing requests (RFC-8291) and opting in to VAPID (RFC-8292).
Current section
Files
Jump to
Current section
Files
erl_web_push
rebar.config
rebar.config
%% -*- mode: erlang -*-
{ erl_opts
, [ debug_info
, strict_validation
, warn_export_vars
, warn_exported_vars
, warn_missing_spec
, warnings_as_errors
]
}.
{deps, []}.
{minimum_otp_vsn, "22.1"}.
{profiles, [{test, [{deps, [{jsx, "3.0.0"}]}]}]}.
{project_plugins, [{tqformat, "0.1.2"}]}.
{tqformat, [{files, ["{src,test}/*.{hrl,erl,app.src}", "rebar.config"]}, {width, 96}]}.