forked from zone-eu/zmta-webadmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 853 Bytes
/
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
{
"name": "zmta-webadmin",
"private": true,
"version": "1.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": {
"basic-auth": "^1.0.4",
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"config": "^1.21.0",
"connect-flash": "^0.1.1",
"connect-redis": "^3.1.0",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-session": "^1.14.1",
"handlebars": "^4.0.5",
"hbs": "^4.0.1",
"humanize": "0.0.9",
"libmime": "^2.1.0",
"mailsplit": "^3.1.0",
"morgan": "^1.7.0",
"npmlog": "^4.0.0",
"redis": "^2.6.2",
"request": "^2.75.0",
"serve-favicon": "^2.3.0"
}
}