Current section
Files
Jump to
Current section
Files
src/cowboy_swagger.app.src
{application, cowboy_swagger,
[
{description,
"Swagger for Cowboy Erlang projects"},
{vsn, "0.1.1"},
{applications,
[kernel,
stdlib,
trails
]},
{modules, []},
{registered, []},
{maintainers,["Inaka"]},
{licenses,["Apache 2.0"]},
{links,[ {"Github","https://github.com/inaka/cowboy-swagger"},
{"Blog", "http://inaka.net/blog/2015/08/19/cowboy-swagger/"},
{"Example", "https://github.com/inaka/cowboy-swagger/tree/master/example"}
]},
{build_tools,["make", "rebar"]}
]
}.