-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
34 lines (34 loc) · 1.18 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
{
"name": "hack36-2022",
"version": "1.0.0",
"description": "A website for barting old belongings like books, electronics and apparatus for college students.<br> Have a book from previous sem? Plan on selling to 'kabadi'? we got the solution, trade it with your juniors or donate it to college community at our website!<br> College website down? Report it on this website and earn xp points. <hr>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pushkar-dev/community-yard.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pushkar-dev/community-yard/issues"
},
"homepage": "https://github.com/pushkar-dev/community-yard#readme",
"dependencies": {
"connect-mongo": "^4.6.0",
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
"ejs-mate": "^4.0.0",
"express": "^4.17.3",
"express-session": "^1.17.2",
"mongoose": "^6.2.3",
"mongoose-findorcreate": "^3.0.0",
"multer": "^1.4.5-lts.1",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"passport-local-mongoose": "^6.1.0"
}
}