emailjs/package.json

24 lines
517 B
JSON

{
"name": "emailjs",
"description": "send text/html emails and attachments from node.js to any smtp server",
"version": "0.1.19",
"author": "eleith",
"contributors":["izuzak", "Hiverness"],
"repository":
{
"type": "git",
"url": "http://github.com/eleith/emailjs.git"
},
"devDependencies":
{
"prompt": ">= 0.1.10"
},
"dependencies":{},
"engine": ["node >= 0.3.8"],
"main": "email",
"scripts":
{
"test": "node test/run.js"
}
}