Send encrypted messages to users with GPG key set

This commit is contained in:
Andris Reinman 2016-04-16 10:11:10 -07:00
parent 0f1bc6ab72
commit ac8ac7c6d6
7 changed files with 17 additions and 26 deletions

View file

@ -22,7 +22,7 @@
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-eslint": "^18.0.0"
"grunt-eslint": "^18.1.0"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
@ -47,6 +47,7 @@
"multer": "^1.1.0",
"mysql": "^2.10.2",
"nodemailer": "^2.3.2",
"nodemailer-openpgp": "^1.0.1",
"npmlog": "^2.0.3",
"openpgp": "^2.2.1",
"passport": "^0.3.2",