This repository has been archived on 2024-04-05. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-02-08 15:48:53 +00:00
|
|
|
{
|
2021-11-27 01:09:16 +00:00
|
|
|
"name": "score-tracker",
|
|
|
|
"version": "1.0.0-pre",
|
2021-02-08 15:48:53 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"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",
|
2021-02-08 15:48:53 +00:00
|
|
|
"cookie-parser": "~1.4.3",
|
|
|
|
"debug": "~2.6.9",
|
2021-10-04 03:50:24 +00:00
|
|
|
"dotenv": "^10.0.0",
|
2021-02-08 15:48:53 +00:00
|
|
|
"express": "~4.16.0",
|
2021-11-24 19:46:21 +00:00
|
|
|
"express-session": "^1.17.2",
|
2021-02-08 15:48:53 +00:00
|
|
|
"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-02-08 15:48:53 +00:00
|
|
|
"pug": "2.0.0-beta11"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha": "^5.1.1",
|
|
|
|
"supertest": "^3.0.0"
|
|
|
|
}
|
|
|
|
}
|