-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 992 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
32
33
34
35
36
37
38
39
40
41
{
"name": "corgi",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"debug": "^3.2.7",
"dotenv": "^8.2.0",
"ejs": "^2.7.4",
"express": "^4.17.1",
"express-session": "^1.17.2",
"http-errors": "^1.8.0",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"node-cron": "^3.0.0",
"nodemailer": "^6.6.5",
"pg": "^8.7.1",
"serve-favicon": "^2.5.0",
"uuid4": "^1.1.4"
},
"description": "CORGi",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Code4Good-UWMadison/Coding4Good-Site.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Code4Good-UWMadison/Coding4Good-Site/issues"
},
"homepage": "https://github.com/Code4Good-UWMadison/Coding4Good-Site#readme",
"devDependencies": {
"nodemon": "^2.0.13"
}
}