diff options
author | Dennis Eriksen <dennis.se@gmail.com> | 2013-03-26 12:29:06 +0100 |
---|---|---|
committer | Dennis Eriksen <dennis.se@gmail.com> | 2013-03-26 12:29:06 +0100 |
commit | 62424695f75791a63ad7b126ed326268069eefdd (patch) | |
tree | 96b0ae326ce21d43b51183e03f972169f70204d0 /package.json | |
parent | copied braitsches email dispatcher to have something to work on (diff) | |
download | Divid-62424695f75791a63ad7b126ed326268069eefdd.tar.gz |
added email dispatcher
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 7ae20a5..b244bc5 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "express": "3.1.0", "ejs": "*", "mongoose": "*", - "connect": "*" + "connect": "*", + "emailjs": "*" } } |