forked from ashlynn4567/Study-Buddy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 884 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
35
36
37
38
{
"name": "025.group-project-2",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "mocha",
"start": "node server.js",
"seed": "node seeds/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashlynn4567/Group-Project-2.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ashlynn4567/Group-Project-2/issues"
},
"homepage": "https://github.com/ashlynn4567/Group-Project-2#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"connect-session-sequelize": "^7.1.3",
"dotenv": "^16.0.0",
"express": "^4.18.1",
"express-handlebars": "^6.0.5",
"express-session": "^1.17.2",
"mysql2": "^2.3.3",
"sequelize": "^6.19.0"
},
"devDependencies": {
"mocha": "^9.2.2"
},
"directories": {
"test": "test"
}
}