forked from nodemailer/wildduck-webmail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.43 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
48
49
50
51
{
"name": "wildduck-webmail",
"version": "1.0.0",
"private": true,
"description": "WildDuck mail service",
"main": "server.js",
"scripts": {
"test": "grunt",
"bowerdeps": "mkdir -p public/components && bower install",
"start": "node server.js"
},
"author": "Andris Reinman",
"license": "EUPL-1.1+",
"devDependencies": {
"bower": "1.8.8",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "6.15.0",
"grunt": "1.3.0",
"grunt-cli": "1.3.2",
"grunt-eslint": "23.0.0"
},
"dependencies": {
"body-parser": "1.19.0",
"connect-flash": "0.1.1",
"connect-redis": "5.0.0",
"cookie-parser": "1.4.5",
"csurf": "1.11.0",
"express": "4.17.1",
"express-recaptcha": "5.0.2",
"express-session": "1.17.1",
"gravatar-url": "3.1.0",
"hbs": "4.1.1",
"he": "1.2.0",
"humanize": "0.0.9",
"ioredis": "4.19.2",
"joi": "17.3.0",
"morgan": "1.10.0",
"multer": "1.4.2",
"nodemailer": "6.4.16",
"npmlog": "4.1.2",
"passport": "0.4.1",
"passport-local": "1.0.0",
"pem": "1.14.4",
"request": "2.88.2",
"restify-clients": "4.0.0",
"role-based-email-addresses": "1.3.0",
"search-string": "3.1.0",
"serve-favicon": "2.5.0",
"wild-config": "1.5.1"
}
}