forked from cs4241-20a/final-project
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 925 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 925 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
{
"name": "team14_final_project",
"version": "1.0.0",
"description": "For your final project, you'll implement a course project that exhibits your mastery of the course materials. This project should provide an opportunity to be creative and to pursue individual research and learning.",
"author": "@madmadeline",
"repository": {
"type": "git",
"url": "https://github.com/madmadeline/Team14_finalProject"
},
"scripts": {
"start": "node server.js",
"dev": "node ./bin/dev"
},
"dependencies": {
"@jaames/iro": "^5.2.3",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"mongodb": "^3.6.2",
"passport": "^0.4.1",
"passport-github": "^1.1.0",
"passport-github2": "^0.1.12"
}
}