-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 960 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
{
"name": "final",
"version": "1.0.0",
"description": "CSC309 Final Project",
"main": "server.js",
"dependencies": {
"bcrypt": "^5.0.0",
"cloudinary": "^1.21.0",
"crypto": "^1.0.1",
"express": "^4.17.1",
"express-session": "^1.17.0",
"express-socket.io-session": "^1.3.5",
"mongoose": "^5.9.5",
"readline": "^1.3.0",
"socket.io": "^2.4.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/csc309-winter-2020/team03.git"
},
"author": "Henry Lam, Hans Shi, Badis Limam, Apoorva Srivastava",
"license": "MIT",
"bugs": {
"url": "https://github.com/csc309-winter-2020/team03/issues"
},
"homepage": "https://github.com/csc309-winter-2020/team03#readme"
}