-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1003 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": "gamescript",
"version": "1.0.0",
"description": "The best game on the World",
"main": "public\\html\\1_index.html",
"dependencies": {
"@handlebars/allow-prototype-access": "^1.0.5",
"@hapi/joi": "^17.1.1",
"bcrypt": "^5.0.1",
"connect-flash": "^0.1.1",
"express": "^4.17.2",
"express-handlebars": "^6.0.2",
"express-session": "^1.17.2",
"method-override": "^3.0.0",
"mongodb": "^4.2.2",
"mongoose": "^6.1.2",
"passport": "^0.5.2",
"passport-local": "^1.0.0",
"socket.io": "^4.4.0"
},
"devDependencies": {
"handlebars": "^4.7.7",
"nodemon": "^2.0.15"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mayerga/GameScript.git"
},
"author": "GameScript",
"license": "ISC",
"bugs": {
"url": "https://github.com/mayerga/GameScript/issues"
},
"homepage": "https://github.com/mayerga/GameScript#readme"
}