package.json 610 B

12345678910111213141516171819202122
  1. {
  2. "name": "mailer",
  3. "description": "send emails from node.js to a smtp server, simple as cake",
  4. "version": "0.6.7",
  5. "author": "Marak Squires",
  6. "contributors" : [
  7. "Elijah Insua <tmpvar@gmail.com> (http://tmvpar.com/)",
  8. "Fedor Indutny <fedor.indutny@gmail.com> (http://indutny.com/)",
  9. "Bradley Meck <bradley.meck@gmail.com> (http://bradleymeck.com)"
  10. ],
  11. "repository": {
  12. "type": "git",
  13. "url": "http://github.com/Marak/node_mailer.git"
  14. },
  15. "dependencies": {
  16. "nodemailer": "0.1.20",
  17. "colors": ">= 0.3.0"
  18. },
  19. "engine": [ "node >=0.3.0" ],
  20. "main": "lib/node_mailer"
  21. }