weaver / node-mail

This SMTP client library for Node.JS helps you send email safely and easily.
113 stars 17 forks source link

Add homepage to package.json #20

Open wvl opened 12 years ago

wvl commented 12 years ago

Can you please add the following keys to the package.json?

{
  "homepage": "https://github.com/weaver/node-mail",
  "repository": { "type": "git", "url": "https://github.com/weaver/node-mail.git" },
  "bugs": { "url": "https://github.com/weaver/node-mail/issues" }
}

At least the homepage would be great, that way people can find the repo simply by doing npm docs mail.

Thanks for the library.