-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 988 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": "borrowease",
"version": "1.0.0",
"description": "This a money lending and borrowing website.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/umairullah0905/borrowEase.git"
},
"author": "Rajeev, Gitesh, Nihal, Vikram",
"license": "ISC",
"bugs": {
"url": "https://github.com/umairullah0905/borrowEase/issues"
},
"homepage": "https://github.com/umairullah0905/borrowEase#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"mongodb": "^5.1.0",
"mongoose": "^7.0.2",
"mongoose-encryption": "^2.1.2",
"nodemon": "^2.0.21",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^8.0.0",
"popups": "^1.1.3"
}
}