aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2019-02-24 23:45:43 -0500
committerSam Wilkins <samwilkins333@gmail.com>2019-02-24 23:45:43 -0500
commita160304a54ee0219f48faee8a7402503f2160902 (patch)
treed41e7cc0ad7fb621d0a2d891eeda77766dc84021 /package.json
parent7e106c6aa0bab72ae757453f88dd7616b4be0c5c (diff)
lost password email implementation beginning
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index fbf20230d..4371df90d 100644
--- a/package.json
+++ b/package.json
@@ -33,6 +33,7 @@
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.14",
+ "@types/async": "^2.4.1",
"@types/bcrypt-nodejs": "0.0.30",
"@types/bluebird": "^3.5.25",
"@types/body-parser": "^1.17.0",
@@ -48,6 +49,7 @@
"@types/mongodb": "^3.1.19",
"@types/mongoose": "^5.3.16",
"@types/node": "^10.12.24",
+ "@types/nodemailer": "^4.6.6",
"@types/passport": "^1.0.0",
"@types/passport-local": "^1.0.33",
"@types/prosemirror-commands": "^1.0.1",
@@ -65,6 +67,7 @@
"@types/typescript": "^2.0.0",
"@types/uuid": "^3.4.4",
"@types/webpack": "^4.4.24",
+ "async": "^2.6.2",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.5.3",
"body-parser": "^1.18.3",
@@ -87,6 +90,7 @@
"mongodb": "^3.1.13",
"mongoose": "^5.4.12",
"node-sass": "^4.11.0",
+ "nodemailer": "^5.1.1",
"nodemon": "^1.18.10",
"normalize.css": "^8.0.1",
"npm": "^6.7.0",