-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
90 lines (90 loc) · 2.68 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "mailcast",
"private": true,
"version": "1.0.0",
"main": "app.js",
"scripts": {
"preinstall": "echo 'Use the preinstall script to prepare installation environment'",
"install": "npm run build",
"test": "grunt",
"build": "webpack && grunt sass",
"geoip": "node ./node_modules/geoip-lite/scripts/updatedb.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodemailer/mailcast.git"
},
"keywords": [],
"author": "Andris Reinman",
"license": "EUPL-1.1+",
"bugs": {
"url": "https://github.com/nodemailer/mailcast/issues"
},
"homepage": "https://github.com/nodemailer/mailcast#readme",
"dependencies": {
"ajv": "^6.5.2",
"baunsu": "0.2.3",
"bcryptjs": "2.4.3",
"body-parser": "1.18.3",
"codemirror": "5.39.2",
"connect-flash": "0.1.1",
"connect-redis": "3.3.3",
"cookie-parser": "1.4.3",
"country-data": "0.0.31",
"csurf": "1.9.0",
"email-templates": "4.0.1",
"event-source-polyfill": "0.0.12",
"express": "4.16.3",
"express-recaptcha": "4.0.2",
"express-session": "1.15.6",
"generate-password": "1.4.0",
"geoip-lite": "1.3.1",
"gravatar-url": "2.0.0",
"handlebars": "4.0.11",
"ioredfour": "1.0.2-ioredis",
"ioredis": "3.2.2",
"ipify": "2.0.0",
"joi": "13.4.0",
"jquery": "3.3.1",
"js-beautify": "1.7.5",
"js-yaml": "3.12.0",
"juice": "4.3.1",
"key-fingerprint": "1.1.0",
"libmime": "4.0.1",
"mailsplit": "4.2.3",
"messageformat": "2.0.4",
"moment": "2.22.2",
"moment-timezone": "0.5.21",
"mongodb": "3.1.1",
"morgan": "1.9.0",
"node-forge": "0.7.5",
"nodemailer": "4.6.7",
"nodemailer-openpgp": "1.2.0",
"npmlog": "4.1.2",
"openpgp": "3.1.0",
"popper.js": "1.14.3",
"pug": "2.0.3",
"pwnedpasswords": "1.0.4",
"quill": "1.3.6",
"seq-index": "1.1.0",
"serve-favicon": "2.5.0",
"smtp-server": "3.4.6",
"uuid": "3.3.2",
"wild-config": "1.3.6",
"zone-mta": "1.10.1",
"zonemta-limiter": "1.0.0"
},
"devDependencies": {
"bootstrap": "4.1.3",
"eslint-config-nodemailer": "1.2.0",
"grunt": "1.0.3",
"grunt-cli": "1.2.0",
"grunt-eslint": "21.0.0",
"grunt-sass": "3.0.1",
"node-sass": "4.9.2",
"source-map": "0.7.3",
"uglifyjs-webpack-plugin": "1.2.7",
"webpack": "4.16.3",
"webpack-cli": "3.1.0"
}
}