Added VERP support

This commit is contained in:
Andris Reinman 2016-04-10 20:26:20 -07:00
parent 06d5e0d9bf
commit e5e71e0407
13 changed files with 374 additions and 148 deletions

View file

@ -1,7 +1,7 @@
{
"name": "mailtrain",
"private": true,
"version": "1.0.0",
"version": "1.1.0-beta.0",
"description": "Self hosted email newsletter app",
"main": "index.js",
"scripts": {
@ -15,8 +15,8 @@
"author": "Andris Reinman",
"license": "GPL-3.0",
"homepage": "http://mailtrain.org",
"engines" : {
"node" : ">=5.0.0"
"engines": {
"node": ">=5.0.0"
},
"devDependencies": {
"grunt": "^1.0.1",
@ -27,6 +27,7 @@
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.0",
"bounce-handler": "^7.3.2-fork.0",
"compression": "^1.6.1",
"config": "^1.20.0",
"connect-flash": "^0.1.1",