-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 869 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "fitfolio",
"version": "1.0.0",
"description": "a simple and informative fitness tracker",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"seed": "node seeds/seed.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Omar-Razo/FitFolio.git"
},
"author": "Sier Behashti, Nicolas Esquibel, Godwin Otabor, Omar Razo",
"license": "ISC",
"bugs": {
"url": "https://github.com/Omar-Razo/FitFolio/issues"
},
"homepage": "https://github.com/Omar-Razo/FitFolio#readme",
"dependencies": {
"bcrypt": "^5.1.1",
"connect-session-sequelize": "^7.1.7",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-handlebars": "^7.1.2",
"express-session": "^1.17.3",
"mysql2": "^3.6.1",
"sequelize": "^6.33.0"
}
}