-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 908 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
{
"name": "sdev_255_final_project_group8",
"version": "1.0.0",
"description": "SDEV 255 Group 8 Final Project",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AAldrich16/SDEV_255_Final_Project_Group8.git"
},
"author": "Anthony Aldrich, Jackson Crantford, Marshall Newton",
"license": "ISC",
"bugs": {
"url": "https://github.com/AAldrich16/SDEV_255_Final_Project_Group8/issues"
},
"homepage": "https://github.com/AAldrich16/SDEV_255_Final_Project_Group8#readme",
"dependencies": {
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-session": "^1.17.3",
"mime": "^3.0.0",
"mongoose": "^6.10.0",
"nodemon": "^2.0.20"
}
}