1
0
mirror of https://github.com/eleith/emailjs.git synced 2024-07-05 20:10:37 +00:00
emailjs/package.json

41 lines
842 B
JSON
Raw Normal View History

2011-02-23 21:23:37 +00:00
{
"name": "emailjs",
"description": "send text/html emails and attachments (files, streams and strings) from node.js to any smtp server",
2016-02-14 00:15:19 +00:00
"version": "1.0.3",
"author": "eleith",
"contributors": [
"izuzak",
"Hiverness",
"mscdex",
"jimmybergman"
],
"repository": {
"type": "git",
"url": "http://github.com/eleith/emailjs.git"
},
"dependencies": {
"addressparser": "^0.3.2",
"mimelib": "0.2.14",
"moment": "= 2.11.2",
2015-11-23 01:15:09 +00:00
"starttls": "1.0.1"
},
"optionalDependencies": {
"bufferjs": "=1.1.0"
},
"devDependencies": {
2012-12-20 07:47:57 +00:00
"mocha": "= 1.7.4",
"chai": "= 1.1.0",
2014-07-06 08:15:40 +00:00
"simplesmtp": "0.3.32",
2014-04-07 10:05:30 +00:00
"mailparser": "0.4.1",
2015-04-19 00:21:32 +00:00
"iconv": "2.1.6"
},
"engine": [
"node >= 0.10"
],
"main": "email",
"scripts": {
"test": "mocha -R spec -t 5000"
2015-08-09 13:00:05 +00:00
},
"license" : "MIT"
2011-02-23 21:23:37 +00:00
}