forked from zone-eu/zmta-webadmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 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
{
"name": "zmta-webadmin",
"private": true,
"version": "2.0.0",
"description": "Web admin component for ZoneMTA",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "Andris Reinman",
"license": "EUPL-1.1+",
"dependencies": {
"body-parser": "1.18.3",
"connect-flash": "0.1.1",
"connect-redis": "3.4.1",
"cookie-parser": "1.4.4",
"express": "4.16.4",
"express-session": "1.15.6",
"hbs": "^4.1.1",
"humanize": "0.0.9",
"ioredis": "4.9.0",
"joi": "^14.3.1",
"js-yaml": "^3.14.0",
"libmime": "4.0.1",
"mailsplit": "4.2.4",
"mongo-cursor-pagination-node6": "^5.0.0",
"mongodb": "3.2.2",
"morgan": "1.9.1",
"msgpack-js": "0.3.0",
"npmlog": "4.1.2",
"request": "2.88.0",
"search-string": "^3.1.0",
"wild-config": "1.4.0"
},
"devDependencies": {
"eslint": "^7.11.0"
}
}