node-mail icon indicating copy to clipboard operation
node-mail copied to clipboard

Add homepage to package.json

Open wvl opened this issue 14 years ago • 0 comments

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.

wvl avatar Dec 04 '11 20:12 wvl