summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-07-02 17:37:13 -0400
committerJules Laplace <jules@okfoc.us>2014-07-02 17:37:13 -0400
commit544ee1236d188f1d24654817481abcf8d078facd (patch)
tree70045eccfbd282369b39f3f94ad31a51576537a4 /package.json
parent3a4ce7f31adc53b3c22e9dc75155de0281521ef0 (diff)
password reset email; also sends email
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 95af2ab..ca45bff 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,8 @@
"html-entities": "~1.0.10",
"multer": "~0.1.0",
"body-parser": "1.3.0",
- "marked": "~0.3.2"
+ "marked": "~0.3.2",
+ "emailjs": "~0.3.6"
},
"devDependencies": {
"grunt": "~0.4.1",