-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.25 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
{
"name": "srvdev",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "grunt",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "EUPL-1.2",
"devDependencies": {
"eslint": "7.30.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "8.3.0",
"grunt": "1.4.1",
"grunt-cli": "1.4.3",
"grunt-eslint": "23.0.0"
},
"dependencies": {
"@hapi/joi": "17.1.1",
"@phc/pbkdf2": "1.1.14",
"body-parser": "1.19.0",
"connect-flash": "0.1.1",
"connect-redis": "6.0.0",
"cookie-parser": "1.4.5",
"csurf": "1.11.0",
"express": "4.17.1",
"express-session": "1.17.2",
"generate-password": "1.6.0",
"hbs": "4.1.2",
"ioredis": "4.27.6",
"js-yaml": "4.1.0",
"libmime": "5.0.0",
"moment": "2.29.1",
"mongodb": "3.6.9",
"nodemailer": "6.6.2",
"openpgp": "5.0.0-3",
"passport": "0.4.1",
"passport-local": "1.0.0",
"pino": "6.11.3",
"pino-http": "5.5.0",
"shortid": "2.2.16",
"wild-config": "1.5.1",
"wildduck": "1.33.5"
}
}