-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1001 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
{
"name": "final-project-j-supha",
"version": "1.0.0",
"description": "## Overview",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nyu-csci-ua-0467-001-002-fall-2022/final-project-J-SUPHA.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nyu-csci-ua-0467-001-002-fall-2022/final-project-J-SUPHA/issues"
},
"homepage": "https://github.com/nyu-csci-ua-0467-001-002-fall-2022/final-project-J-SUPHA#readme",
"dependencies": {
"axios": "^1.1.3",
"bcryptjs": "^2.4.3",
"express": "^4.18.2",
"express-flash": "^0.0.2",
"express-handlebars": "^6.0.6",
"express-session": "^1.17.3",
"hbs": "^4.2.0",
"mongoose": "^6.7.2",
"mongoose-slug-plugin": "^2.1.0",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"web-push": "^3.5.0"
},
"devDependencies": {
"dotenv": "^16.0.3"
}
}