-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 862 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
32
33
34
{
"name": "pet-playdate",
"version": "1.0.0",
"description": "",
"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/hope428/pet-playdate.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hope428/pet-playdate/issues"
},
"homepage": "https://github.com/hope428/pet-playdate#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"connect-session-sequelize": "^7.1.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-handlebars": "^6.0.6",
"express-session": "^1.17.3",
"jquery": "^3.6.3",
"materialize-css": "^1.0.0-rc.2",
"mysql2": "^2.3.3",
"sequelize": "^6.28.0"
}
}