-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.02 KB
/
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
{
"dependencies": {
"bcrypt": "^5.0.1",
"connect-session-sequelize": "^7.1.4",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-handlebars": "^6.0.6",
"express-session": "^1.17.3",
"mysql2": "^2.3.3",
"nodemon": "^2.0.19",
"sequelize": "^6.21.3",
"validator": "^13.7.0"
},
"scripts": {
"start": "nodemon server.js",
"seeds": "node seeds/index.js"
},
"name": "inspirational-quotes-db---group-project-2",
"description": "��#\u0000 \u0000I\u0000n\u0000s\u0000p\u0000i\u0000r\u0000a\u0000t\u0000i\u0000o\u0000n\u0000a\u0000l\u0000 \u0000Q\u0000u\u0000o\u0000t\u0000e\u0000s\u0000 \u0000D\u0000B\u0000\r\u0000 \u0000",
"version": "1.0.0",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Moshe-jpg/inspirational-quotes-db.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Moshe-jpg/inspirational-quotes-db/issues"
},
"homepage": "https://github.com/Moshe-jpg/inspirational-quotes-db#readme"
}