forked from cs4241-22a/final_project
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 850 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 850 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
28
29
30
31
32
{
"name": "webware-final-project",
"version": "1.0.0",
"description": "*Due before the start of class, October 13th (final day of the term)*",
"main": "index.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/r2pen2/Webware-Final-Project.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/r2pen2/Webware-Final-Project/issues"
},
"homepage": "https://github.com/r2pen2/Webware-Final-Project#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"express-session": "^1.17.3",
"helmet": "^6.0.0",
"mongodb": "^4.10.0",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"uuid": "^9.0.0"
}
}