##  https://docs.npmjs.com/files/package.json#default-values
##
##    | `"contributors": [ ... ]`
##    |
##    | If there is an AUTHORS file in the root of your package, npm will treat
##    | each line as a `Name <email> (url)` format, where `email` and `url` are
##    | optional. Lines which start with a # or are blank, will be ignored.

<%- authorName %><% if ( authorEmail ) { %> <<%- authorEmail %>><% } %><% if ( authorUrl ) { %> (<%- authorUrl %>)<% } %>
