-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 948 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
{
"name": "fairychess",
"version": "1.0.0",
"description": "Create, edit and share custom chess games with FairyChess",
"main": "game.js",
"scripts": {
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/milanthkr/fairychess.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/milanthkr/fairychess/issues"
},
"homepage": "https://github.com/milanthkr/fairychess#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.6.0",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"express-validator": "^6.13.0",
"jquery": "^3.6.0",
"method-override": "^3.0.0",
"mongodb": "^4.1.3",
"mongoose": "^6.0.12",
"morgan": "^1.10.0",
"nodemon": "^2.0.14",
"serve-favicon": "^2.5.0",
"socket.io": "^4.4.0"
}
}