-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 937 Bytes
/
package.json
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
30
31
32
33
34
35
36
37
38
{
"name": "node-chess",
"version": "1.0.0",
"description": "A multiplayer chess web application",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dazorn96/node-chess.git"
},
"keywords": [
"chess",
"nodejs",
"multiplayer"
],
"author": "Marco Dal Zovo",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dazorn96/node-chess/issues"
},
"homepage": "https://github.com/Dazorn96/node-chess#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"ejs": "^2.6.2",
"express": "^4.17.1",
"express-minify": "^1.0.0",
"express-session": "^1.16.2",
"google-auth-library": "^5.9.1",
"i18n-express": "^1.1.3",
"mobile-detect": "^1.4.4",
"mongodb": "^3.3.2",
"serve-favicon": "^2.5.0",
"socket.io": "^2.2.0"
}
}