-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.19 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
33
34
35
36
37
38
{
"name": "final-project-yonathan-wagaye",
"version": "1.0.0",
"description": "The content below is an example project proposal / requirements document. Replace the text below the lines marked \"__TODO__\" with details specific to your project. Remove the \"TODO\" lines.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nyu-csci-ua-0467-001-002-fall-2023/final-project-Yonathan-Wagaye.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nyu-csci-ua-0467-001-002-fall-2023/final-project-Yonathan-Wagaye/issues"
},
"homepage": "https://github.com/nyu-csci-ua-0467-001-002-fall-2023/final-project-Yonathan-Wagaye#readme",
"devDependencies": {
"argon2": "^0.31.2",
"bcryptjs": "^2.4.3",
"chai": "^4.3.10",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-handlebars": "^7.1.2",
"express-session": "^1.17.3",
"express-sessions": "^1.0.6",
"hbs": "^4.2.0",
"mocha": "^10.2.0",
"mongoose": "^8.0.0",
"nodemon": "^3.0.1",
"supertest": "^6.3.3"
},
"dependencies": {
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.1"
}
}