This commit is contained in:
Andris Reinman 2016-05-12 19:21:56 +03:00
parent bc902f8db7
commit c26f8b15d7
6 changed files with 127 additions and 81 deletions

View file

@ -1,7 +1,7 @@
{
"name": "mailtrain",
"private": true,
"version": "1.6.0",
"version": "1.7.0",
"description": "Self hosted email newsletter app",
"main": "index.js",
"scripts": {
@ -30,7 +30,7 @@
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.0",
"body-parser": "^1.15.1",
"bounce-handler": "^7.3.2-fork.0",
"compression": "^1.6.1",
"config": "^1.20.1",
@ -50,16 +50,16 @@
"humanize": "0.0.9",
"is-url": "^1.2.1",
"isemail": "^2.1.0",
"jsdom": "^8.5.0",
"juice": "^1.10.0",
"moment-timezone": "^0.5.3",
"jsdom": "^9.0.0",
"juice": "^1.11.0",
"moment-timezone": "^0.5.4",
"morgan": "^1.7.0",
"multer": "^1.1.0",
"mysql": "^2.10.2",
"nodemailer": "^2.3.2",
"nodemailer": "^2.4.1",
"nodemailer-openpgp": "^1.0.2",
"npmlog": "^2.0.3",
"openpgp": "^2.2.2",
"openpgp": "^2.3.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"request": "^2.72.0",