diff options
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 14e3192..c384de4 100644 --- a/package.json +++ b/package.json @@ -17,11 +17,12 @@ "url" : "http://github.com/ktlacaelel" } ], - "version" : "0.1.4", + "version" : "0.1.5", "dependencies" : { "neon" : "1.0.x", "socket.io" : "0.9.x", "colors" : "0.x.x", + "emailjs" : "0.3.x", "microtime" : "0.3.x" }, "engines" : { "node" : ">= 0.8.0" }, |