forked from avitale/hapi-mailer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.03 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
{
"name": "@nesive/hapi-mailer",
"version": "5.0.1",
"description": "Mailer plugin for hapi.",
"main": "src/index.js",
"scripts": {
"test": "lab --assert code --lint --threshold 100 --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/nesive/hapi-mailer.git"
},
"keywords": [
"hapi",
"plugin",
"email",
"mailer",
"nodemailer"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/nesive/hapi-mailer/issues"
},
"homepage": "https://github.com/nesive/hapi-mailer",
"dependencies": {
"hoek": "3.0.x",
"items": "2.0.x",
"joi": "7.0.x",
"juice": "1.7.x",
"nodemailer": "1.10.x",
"nodemailer-plugin-inline-base64": "1.0.x"
},
"peerDependencies": {
"hapi": ">=10.0.0",
"vision": ">=4.0.0"
},
"devDependencies": {
"code": "2.0.x",
"@nesive/eslint-config": "1.x.x",
"handlebars": "4.0.x",
"hapi": "11.1.x",
"lab": "7.3.x",
"nodemailer-stub-transport": "1.0.x",
"sinon": "1.17.x",
"vision": "4.0.x"
}
}