forked from Mailtrain-org/mailtrain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.42 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
{
"name": "mailtrain",
"private": true,
"version": "1.0.0",
"description": "Self hosted email newsletter app",
"main": "index.js",
"scripts": {
"test": "grunt",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/andris9/mailtrain.git"
},
"author": "Andris Reinman",
"license": "GPL-3.0",
"homepage": "http://mailtrain.org",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^1.1.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-eslint": "^18.0.0"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.0",
"compression": "^1.6.1",
"config": "^1.19.0",
"connect-flash": "^0.1.1",
"connect-redis": "^3.0.2",
"content-security-policy": "^0.2.0",
"cookie-parser": "^1.4.1",
"csurf": "^1.8.3",
"csv-parse": "^1.0.2",
"escape-html": "^1.0.3",
"express": "^4.13.4",
"express-session": "^1.13.0",
"geoip-ultralight": "^0.1.3",
"handlebars": "^4.0.5",
"hbs": "^4.0.0",
"humanize": "0.0.9",
"isemail": "^2.1.0",
"morgan": "^1.7.0",
"multer": "^1.1.0",
"mysql": "^2.10.2",
"nodemailer": "^2.3.0",
"npmlog": "^2.0.3",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"request": "^2.69.0",
"serve-favicon": "^2.3.0",
"shortid": "^2.2.4",
"slugify": "^0.1.1",
"smtp-server": "^1.9.0",
"striptags": "^2.1.1",
"toml": "^2.3.0"
}
}