Send encrypted messages to users with GPG key set
This commit is contained in:
parent
0f1bc6ab72
commit
ac8ac7c6d6
7 changed files with 17 additions and 26 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue