package.json 541 B

123456789101112131415161718192021
  1. {
  2. "name": "mailer",
  3. "description": "send emails from node.js to a smtp server, simple as cake",
  4. "version": "0.4.54",
  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. ],
  10. "repository": {
  11. "type": "git",
  12. "url": "http://github.com/Marak/node_mailer.git"
  13. },
  14. "dependencies": {
  15. "carrier": ">= 0.0.4",
  16. "colors": ">= 0.3.0"
  17. },
  18. "engine": [ "node >=0.1.90" ],
  19. "main": "lib/node_mailer"
  20. }