36 lines
840 B
JSON
Executable File
36 lines
840 B
JSON
Executable File
{
|
|
"name": "retirementcalculator",
|
|
"version": "0.1.0",
|
|
"description": "Retirement Calculator",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"dev": "nodemon app.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/JoaquinPar/2800-202510-BBY14.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/JoaquinPar/2800-202510-BBY14/issues"
|
|
},
|
|
"homepage": "https://github.com/JoaquinPar/2800-202510-BBY14#readme",
|
|
"dependencies": {
|
|
"bcrypt": "^5.1.1",
|
|
"connect-mongo": "^5.1.0",
|
|
"crypto": "^1.0.1",
|
|
"dotenv": "^16.5.0",
|
|
"ejs": "^3.1.10",
|
|
"express": "^5.1.0",
|
|
"express-session": "^1.18.1",
|
|
"joi": "^17.13.3",
|
|
"mongodb": "^6.16.0",
|
|
"nodemailer": "^7.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.10"
|
|
}
|
|
}
|