diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json index a0f80b59..0b9fe41e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hackmd", - "version": "0.2.9", + "version": "0.3.1", "description": "Realtime collaborative markdown notes on all platforms.", "main": "app.js", "author": "jackycute", @@ -8,6 +8,7 @@ "license": "MIT", "dependencies": { "async": "^0.9.0", + "blueimp-md5": "^1.1.0", "body-parser": "^1.12.3", "chance": "^0.7.5", "cheerio": "^0.19.0", @@ -27,6 +28,7 @@ "markdown-pdf": "^5.2.0", "marked": "^0.3.3", "method-override": "^2.3.2", + "moment": "^2.10.3", "mongoose": "^4.0.2", "morgan": "^1.5.3", "node-uuid": "^1.4.3", @@ -38,8 +40,9 @@ "passport.socketio": "^3.5.1", "pg": "4.x", "randomcolor": "^0.2.0", - "shortid": "2.1.3", + "shortid": "2.2.2", "socket.io": "1.3.5", + "string": "^3.2.0", "toobusy-js": "^0.4.1", "winston": "^1.0.0" }, |