-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.41 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.41 KB
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
{
"name": "sequelizestuff",
"version": "1.0.0",
"description": "Play chess with friends! We built this project so that you can play live chess with the people you want. Log into our website to see your chess scores and stats. Add friends that are already registered on the platform! When you have a friend connection, a notification will appear and you can accept or decline the invite. If you want to start a game, click the start game button. This takes you to a lobby where you can invite them to a game of chess. When both players are in the lobby, click start game to see the game board.",
"main": "index.js",
"scripts": {
"seed": "node seeds/seed.js",
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rufasa85/sequelizestuff.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Rufasa85/sequelizestuff/issues"
},
"homepage": "https://github.com/Rufasa85/sequelizestuff#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"connect-session-sequelize": "^7.1.2",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-handlebars": "^5.3.4",
"express-session": "^1.17.2",
"express-session-sequelize": "^2.3.0",
"express-sessions": "^1.0.6",
"mysql2": "^2.3.2",
"sequelize": "^6.8.0",
"socket.io": "^4.3.1"
},
"keywords": []
}