mailtrain/package.json

64 lines
1.5 KiB
JSON
Raw Normal View History

2016-04-04 12:36:30 +00:00
{
"name": "mailtrain",
"private": true,
2016-04-12 04:36:35 +00:00
"version": "1.1.0",
2016-04-04 12:36:30 +00:00
"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",
2016-04-11 03:26:20 +00:00
"engines": {
"node": ">=5.0.0"
},
2016-04-04 12:36:30 +00:00
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
2016-04-04 12:36:30 +00:00
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-eslint": "^18.1.0"
2016-04-04 12:36:30 +00:00
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.0",
2016-04-11 03:26:20 +00:00
"bounce-handler": "^7.3.2-fork.0",
2016-04-04 12:36:30 +00:00
"compression": "^1.6.1",
2016-04-13 05:36:55 +00:00
"config": "^1.20.1",
2016-04-04 12:36:30 +00:00
"connect-flash": "^0.1.1",
"connect-redis": "^3.0.2",
"cookie-parser": "^1.4.1",
"csurf": "^1.8.3",
"csv-parse": "^1.0.4",
2016-04-04 12:36:30 +00:00
"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",
2016-04-13 05:36:55 +00:00
"nodemailer": "^2.3.2",
"nodemailer-openpgp": "^1.0.1",
2016-04-04 12:36:30 +00:00
"npmlog": "^2.0.3",
2016-04-16 05:27:45 +00:00
"openpgp": "^2.2.1",
2016-04-04 12:36:30 +00:00
"passport": "^0.3.2",
"passport-local": "^1.0.0",
2016-04-13 05:36:55 +00:00
"request": "^2.71.0",
2016-04-04 12:36:30 +00:00
"serve-favicon": "^2.3.0",
"shortid": "^2.2.6",
2016-04-04 12:36:30 +00:00
"slugify": "^0.1.1",
"smtp-server": "^1.9.0",
"striptags": "^2.1.1",
"toml": "^2.3.0"
}
}