26 lines
546 B
JSON
26 lines
546 B
JSON
{
|
|
"name": "score-tracker",
|
|
"version": "1.0.2-pre",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"async": "^3.2.2",
|
|
"bcrypt": "^5.0.1",
|
|
"connect-flash": "^0.1.1",
|
|
"cookie-parser": "~1.4.3",
|
|
"debug": "~2.6.9",
|
|
"dotenv": "^10.0.0",
|
|
"express": "~4.16.0",
|
|
"express-session": "^1.17.2",
|
|
"http-errors": "~1.6.2",
|
|
"morgan": "~1.9.0",
|
|
"nodemailer": "^6.6.5",
|
|
"passport": "^0.5.0",
|
|
"passport-local": "^1.0.0",
|
|
"pg": "^8.7.1",
|
|
"pug": "^3.0.2"
|
|
}
|
|
}
|