forked from avitale/hapi-mailer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 907 Bytes
/
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
{
"name": "hapi-mailer",
"version": "2.0.1",
"description": "Mailer plugin for hapi.",
"main": "index.js",
"scripts": {
"test": "make test-cov"
},
"repository": {
"type": "git",
"url": "https://[email protected]/gergoerdosi/hapi-mailer.git"
},
"keywords": [
"hapi",
"plugin",
"email",
"mailer",
"nodemailer"
],
"author": "Gergo Erdosi <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gergoerdosi/hapi-mailer/issues"
},
"homepage": "https://github.com/gergoerdosi/hapi-mailer",
"dependencies": {
"hoek": "2.x.x",
"items": "1.x.x",
"joi": "^4.7.x",
"nodemailer": "^1.3.x"
},
"peerDependencies": {
"hapi": ">=8.x.x"
},
"devDependencies": {
"code": "1.x.x",
"handlebars": "2.x.x",
"hapi": "8.x.x",
"lab": "5.x.x",
"nodemailer-stub-transport": "^0.1.4"
}
}