-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.03 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.03 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
42
{
"name": "dreamTeamProject",
"version": "1.0.0",
"description": "2nd Group Project",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon -L server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RpowellIV/dreamTeamProject.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/RpowellIV/dreamTeamProject/issues"
},
"homepage": "https://github.com/RpowellIV/dreamTeamProject#readme",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"faker": "^5.1.0",
"node-fetch": "^2.6.1",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"pg": "^8.4.2",
"pg-hstore": "^2.3.3",
"pg-promise": "^10.7.1",
"popups": "^1.1.3",
"sequelize": "^6.3.5"
},
"devDependencies": {
"nodemon": "^2.0.6"
}
}