-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 762 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 762 Bytes
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
{
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"cse341-project2": "file:",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-session": "^1.18.1",
"mongoose": "^8.9.5",
"passport": "^0.7.0",
"passport-github2": "^0.1.12",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"validatorjs": "^3.22.1"
},
"scripts": {
"start": "node server.js"
},
"name": "cse341-project2",
"description": "W03-W04 This project will perform CRUD operations on a MongoDB database, be published to the Web, incorporate security measures, and include API documentation.",
"version": "1.0.0",
"main": "server.js",
"keywords": [],
"author": "",
"license": "ISC"
}