-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 983 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
{
"name": "cirious-games-2021",
"version": "1.0.0",
"description": "Serious game developed as part - Developed in HTML, CSS and JavaScript",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Corentin-Dessenne/CIRious-Games-2021.git"
},
"author": "Corentin Dessenne - Armand Deffrennes - Marie Pivette - Adel Eutamene - Noé Klopocki - Antoine Fournet",
"license": "ISC",
"bugs": {
"url": "https://github.com/Corentin-Dessenne/CIRious-Games-2021/issues"
},
"homepage": "https://github.com/Corentin-Dessenne/CIRious-Games-2021#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-socket.io-session": "^1.3.5",
"mysql": "^2.18.1",
"notyf": "^3.9.0",
"path": "^0.12.7",
"phaser": "^3.54.0",
"socket.io": "^4.0.1"
}
}