Current section
Files
Jump to
Current section
Files
src/rebar3_proper.app.src
{application, 'rebar3_proper',
[{description, "Run PropEr test suites"},
{vsn, "0.6.0"},
{registered, []},
{applications,
[kernel,
stdlib,
proper
]},
{env,[]},
{modules, []},
{maintainers, ["Fred Hebert"]},
{licenses, ["BSD"]},
{links, [{"Github", "https://github.com/ferd/rebar3_proper"},
{"PropEr", "http://proper.softlab.ntua.gr/"}]}
]}.