diff options
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 6348faf..f2cd59d 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,8 @@ "version": "0.1.0", "dependencies": { "express": "3.x", - "emailjs": "0.3.4" + "emailjs": "0.3.4", + "queue-async": "1.0.x" }, "private": true } |