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.5.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/tank-bohr/bookish_spork"},
{"Changelog",
"https://github.com/tank-bohr/bookish_spork/releases"},
{"Chat","https://gitter.im/bookish_spork"}]},
{exclude_files,["examples/*","doc/*","docs/*","scripts/*"]},
{include_files,["logo.svg"]}]}.