123456789101112131415161718192021 |
- {
- "name": "mailer",
- "description": "send emails from node.js to a smtp server, simple as cake",
- "version": "0.4.54",
- "author": "Marak Squires",
- "contributors" : [
- "Elijah Insua <tmpvar@gmail.com> (http://tmvpar.com/)",
- "Fedor Indutny <fedor.indutny@gmail.com> (http://indutny.com/)"
- ],
- "repository": {
- "type": "git",
- "url": "http://github.com/Marak/node_mailer.git"
- },
- "dependencies": {
- "carrier": ">= 0.0.4",
- "colors": ">= 0.3.0"
- },
- "engine": [ "node >=0.1.90" ],
- "main": "lib/node_mailer"
- }
|