forked from fmbenhassine/gamehub.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 700 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "chesshub",
"version": "1.0.0",
"private": true,
"description": "Chess Hub web application",
"author": "Mahmoud Ben Hassine",
"license": "MIT",
"main": "app.js",
"dependencies": {
"body-parser": "~1.8.1",
"chess.js": "^0.1.0",
"config": "^1.5.0",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.3.3",
"debug": "~2.0.0",
"elasticsearch": "^3.0.0",
"express": "~4.9.0",
"express-session": "^1.9.1",
"hbs": "~2.7.0",
"lodash": "^2.4.1",
"moment": "^2.8.3",
"mongoose": "^3.8.17",
"morgan": "~1.3.0",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"serve-favicon": "~2.1.3",
"socket.io": "^1.1.0"
}
}