-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.07 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"version": "0.2.4",
"name": "transacemail-smtp",
"description": "Transactional Email & Templated Email for NodeJS",
"homepage": "https://github.com/Redsmin/node-transacemail-smtp",
"author": "Francois-Guillaume Ribreau <[email protected]> (http://fgribreau.com)",
"repository": {
"type": "git",
"url": "git://github.com/Redsmin/node-transacemail-smtp.git"
},
"bugs": {
"url": "https://github.com/Redsmin/node-transacemail-smtp/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Redsmin/node-transacemail-smtp/blob/master/LICENSE-MIT"
}
],
"scripts":{
"test": "mocha -t 5000 test"
},
"main": "index.js",
"engines": {
"node": ">= 0.6.0"
},
"dependencies": {
"deep-extend": "^0.4.1",
"lodash": "^4.6.1",
"nodemailer": "^2.5.0",
"nodemailer-smtp-transport": "^2.6.0"
},
"scripts": {
"test": "mocha *.test.js"
},
"keywords": [
"email",
"mail",
"transactional",
"smtp",
"transacemail"
],
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}