-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.49 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "group_project_2",
"version": "1.0.0",
"description": "Chess Game made by Jasper, Rita, Gerald and Stewart",
"main": "server.js",
"dependencies": {
"bcryptjs": "^2.4.3",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"express-session": "^1.17.0",
"foundation-sites": "^6.6.1",
"jquery": "3.5.0",
"mysql": "^2.18.1",
"mysql2": "^2.1.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"sequelize": "^5.21.5",
"socket.io": "^2.3.0",
"what-input": "5.2.6"
},
"devDependencies": {
"eslint": "6.8.0",
"eslint-config-standard": "14.1.0",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-node": "11.0.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"handlebars": "4.5.0",
"nodemon": "^2.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js"
},
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jasper8628/Group_Project_2.git"
},
"author": "Sydney Bootcamp Feb 2020",
"license": "ISC",
"homepage": "https://github.com/Jasper8628/Group_Project_2#readme",
"keywords": [
"chess",
"javascript",
"client",
"mvc",
"multiplayer"
],
"contributors": [
"Jasper Du",
"Rita Pang",
"Gerald Lam",
"Stewart Anstey"
],
"bugs": {
"url": "https://github.com/Jasper8628/Group_Project_2/issues"
}
}