package.json 309 B

12345678910111213
  1. {
  2. "name": "mailer",
  3. "description": "send emails from node.js to a smtp server, simple as cake",
  4. "version": "0.2.0",
  5. "author": "Marak Squires",
  6. "repository": {
  7. "type": "git",
  8. "url": "http://github.com/Marak/node_mailer.git"
  9. },
  10. "engine": [ "node >=0.1.90" ],
  11. "main": "lib/node_mailer"
  12. }