{ "name": "mailtrain", "private": true, "version": "1.23.0", "description": "Self hosted email newsletter app", "main": "index.js", "scripts": { "test": "grunt", "start": "node index.js", "sqlinit": "node setup/sql/init.js", "sqldump": "node setup/sql/dump.js | sed -e '/^\\/\\*.*\\*\\/;$/d' -e 's/.[0-9]\\{4\\}-[0-9][0-9]-[0-9][0-9] [0-9][0-9]:[0-9][0-9]:[0-9][0-9]./NOW()/g' > setup/sql/mailtrain.sql", "sqldrop": "node setup/sql/drop.js", "sqlgen": "npm run sqldrop && DB_FROM_START=Y npm run sqlinit && npm run sqldump", "langs:hbs": "jsxgettext -L handlebars -k translate -o langs/hbs.pot views/layout.hbs views/index.hbs", "langs:js": "jsxgettext -o languages/js.pot routes/index.js", "langs": "npm run langs:hbs && npm run langs:js" }, "repository": { "type": "git", "url": "git://github.com/andris9/mailtrain.git" }, "author": "Andris Reinman", "license": "GPL-3.0", "homepage": "https://mailtrain.org/", "engines": { "node": ">=5.0.0" }, "devDependencies": { "eslint-config-nodemailer": "^1.0.0", "grunt": "^1.0.1", "grunt-cli": "^1.2.0", "grunt-contrib-nodeunit": "^1.0.0", "grunt-eslint": "^19.0.0", "jsxgettext-andris": "^0.9.0-patch.1" }, "dependencies": { "async": "^2.1.5", "aws-sdk": "^2.28.0", "bcrypt-nodejs": "0.0.3", "body-parser": "^1.17.1", "bounce-handler": "^7.3.2-fork.2", "compression": "^1.6.2", "config": "^1.25.1", "connect-flash": "^0.1.1", "connect-redis": "^3.2.0", "cookie-parser": "^1.4.3", "csurf": "^1.9.0", "csv-generate": "^1.0.0", "csv-parse": "^1.2.0", "dompurify": "^0.8.5", "escape-html": "^1.0.3", "express": "^4.15.2", "express-session": "^1.15.1", "faker": "^4.1.0", "feedparser": "^2.1.0", "file-type": "^4.1.0", "geoip-ultralight": "^0.1.5", "gettext-parser": "^1.2.2", "gm": "^1.23.0", "handlebars": "^4.0.6", "hbs": "^4.0.1", "he": "^1.1.1", "html-to-text": "^3.2.0", "humanize": "0.0.9", "is-url": "^1.2.2", "isemail": "^2.2.1", "jquery-file-upload-middleware": "^0.1.8", "jsdom": "^9.12.0", "juice": "^4.0.2", "libmime": "^3.1.0", "marked": "^0.3.6", "memory-cache": "^0.1.6", "mkdirp": "^0.5.1", "moment-timezone": "^0.5.11", "morgan": "^1.8.1", "multer": "^1.3.0", "multiparty": "^4.1.3", "mysql": "^2.13.0", "node-gettext": "^2.0.0-rc.1", "node-mocks-http": "^1.6.1", "nodemailer": "^3.1.7", "nodemailer-openpgp": "^1.0.2", "npmlog": "^4.0.2", "openpgp": "^2.5.1", "passport": "^0.3.2", "passport-local": "^1.0.0", "premailer-api": "^1.0.4", "redfour": "^1.0.0", "redis": "^2.7.1", "request": "^2.81.0", "serve-favicon": "^2.4.1", "shortid": "^2.2.8", "slugify": "^1.1.0", "smtp-server": "^2.0.3", "striptags": "^3.0.1", "toml": "^2.3.2" } }