Current section
Files
Jump to
Current section
Files
src/rebar3_eqc.app.src
{application, rebar3_eqc, [
{description, "Plugin to run EQC properties"},
{vsn, "0.0.6"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []},
{contributors, ["Kelly McLaughlin "]},
{licenses, ["Apache"]},
{links, [{"Github", "https://github.com/kellymclaughlin/rebar3-eqc-plugin"}]}
]}.