forked from eleith/emailjs
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 730 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "emailjs",
"description": "send text/html emails and attachments (files, streams and strings) from node.js to any smtp server",
"version": "0.3.4",
"author": "eleith",
"contributors":["izuzak", "Hiverness", "mscdex", "jimmybergman"],
"repository":
{
"type": "git",
"url": "http://github.com/eleith/emailjs.git"
},
"dependencies":
{
},
"optionalDependencies":
{
"bufferjs": "=1.1.0"
},
"devDependencies":
{
"mocha": "= 1.7.4",
"chai": "= 1.1.0",
"simplesmtp": "= 0.1.18",
"mailparser": "0.2.27",
"iconv": "1.1.3"
},
"engine": ["node >= 0.6"],
"main": "email",
"scripts":
{
"test": "mocha -R spec -t 5000"
}
}