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

26 lines
542 B
JSON
Raw Normal View History

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