This repository has been archived on 2024-04-05. You can view files and clone it, but cannot push or open issues/pull-requests.
score-tracker/package.json

26 lines
546 B
JSON
Raw Normal View History

{
2021-11-27 01:09:16 +00:00
"name": "score-tracker",
"version": "1.0.0-pre",
"private": true,
"scripts": {
2021-11-27 01:41:11 +00:00
"start": "node ./bin/www"
},
"dependencies": {
2021-11-18 21:12:46 +00:00
"async": "^3.2.2",
2021-11-24 22:55:44 +00:00
"bcrypt": "^5.0.1",
2021-11-25 04:22:17 +00:00
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
2021-10-04 03:50:24 +00:00
"dotenv": "^10.0.0",
"express": "~4.16.0",
2021-11-24 19:46:21 +00:00
"express-session": "^1.17.2",
"http-errors": "~1.6.2",
"morgan": "~1.9.0",
2021-10-04 03:50:24 +00:00
"nodemailer": "^6.6.5",
2021-11-18 21:12:46 +00:00
"passport": "^0.5.0",
2021-11-25 00:16:46 +00:00
"passport-local": "^1.0.0",
2021-11-14 03:47:42 +00:00
"pg": "^8.7.1",
2021-11-27 01:49:20 +00:00
"pug": "^3.0.2"
}
}