Current section
Files
Jump to
Current section
Files
src/bookish_spork.app.src
{application,bookish_spork,
[{description,"Library for stubbing and setting expectations on HTTP requests in Erlang"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Alexey Nikitin"]},
{licenses,["Apache 2.0"]},
{links,[{"Github",
"https://github.com/tank-bohr/bookish_spork"}]},
{exclude_files,["examples/*"]}]}.