-
-
Notifications
You must be signed in to change notification settings - Fork 44
/
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.1",
"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.14",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "8.5.0",
"grunt": "1.5.3",
"grunt-cli": "1.4.3",
"grunt-eslint": "24.0.0"
},
"dependencies": {
"body-parser": "1.20.0",
"connect-flash": "0.1.1",
"connect-redis": "6.1.3",
"cookie-parser": "1.4.6",
"csurf": "1.11.0",
"express": "4.18.1",
"express-recaptcha": "5.1.0",
"express-session": "1.17.3",
"gravatar-url": "3.1.0",
"hbs": "4.2.0",
"he": "1.2.0",
"humanize": "0.0.9",
"ioredis": "5.2.1",
"joi": "17.6.0",
"morgan": "1.10.0",
"multer": "1.4.4",
"nodemailer": "6.7.7",
"npmlog": "6.0.2",
"passport": "0.6.0",
"passport-local": "1.0.0",
"pem": "1.14.6",
"request": "2.88.2",
"restify-clients": "4.1.1",
"role-based-email-addresses": "1.3.0",
"search-string": "3.1.0",
"serve-favicon": "2.5.0",
"wild-config": "1.6.1"
}
}