forked from hotaanubhab/Sportify-Daedarus-Hack-2021
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 944 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
{
"name": "sportify-daedarus-hack-2021",
"version": "1.0.0",
"description": "An application to connect with sport events and enthusiasts around you.",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hotaanubhab/Sportify-Daedarus-Hack-2021.git"
},
"author": "Team Triple_5 (Anubhab Hota,Prabhav Tewari,Aryan Raj Banerjee)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hotaanubhab/Sportify-Daedarus-Hack-2021/issues"
},
"homepage": "https://github.com/hotaanubhab/Sportify-Daedarus-Hack-2021#readme",
"dependencies": {
"cookie-parser": "^1.4.5",
"cross-fetch": "^3.1.4",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.13.7",
"morgan": "^1.10.0",
"request": "^2.88.2",
"serve-favicon": "^2.5.0"
},
"devDependencies": {}
}