12345678910111213 |
- {
- "name": "mailer",
- "description": "send emails from node.js to a smtp server, simple as cake",
- "version": "0.2.0",
- "author": "Marak Squires",
- "repository": {
- "type": "git",
- "url": "http://github.com/Marak/node_mailer.git"
- },
- "engine": [ "node >=0.1.90" ],
- "main": "lib/node_mailer"
- }
|