diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-11-14 13:24:59 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-11-14 13:24:59 -0500 |
| commit | 2a1c5755fc76e5b660d8d608b15a4e9fb9bf7d56 (patch) | |
| tree | d85c54d502e6d6ca3ddb9da773f60ac868a50cf1 /package.json | |
| parent | 4d6690ccc48266e7755829d32bf0440177d8c391 (diff) | |
logging into plinko
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" } } |
