forked from cs4241-22a/final_project
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1 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
36
37
38
39
40
41
{
"name": "final_project-1",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AIex05/final_project.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AIex05/final_project/issues"
},
"homepage": "https://github.com/AIex05/final_project#readme",
"dependencies": {
"body-parser": "^1.20.0",
"cookie-session": "^2.0.0",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-session": "^1.17.3",
"moment": "^2.29.4",
"mongodb": "^4.10.0",
"partial": "^0.0.7",
"passport": "^0.5.3",
"passport-github": "^1.1.0",
"passport-github2": "^0.1.12",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"ws": "^8.9.0"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}