diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/package.json b/package.json index 7d4663a..53d268c 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,17 @@ "private": true, "license": "SEE LICENSE IN LNT-1.txt", "dependencies": { + "async": "^2.1.2", + "body-parser": "^1.15.2", + "cookie-parser": "^1.4.3", + "csurf": "^1.9.0", "dotenv": "^2.0.0", "express": "^4.14.0", - "node-irc": "0.0.4" + "express-liquid": "^0.2.6", + "express-session": "^1.14.2", + "irc": "^0.5.0", + "knox": "^0.9.2", + "multer": "^1.2.0", + "socket.io": "^1.5.1" } } |
