-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
32 lines (32 loc) · 867 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": "covid-19_donation_server",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MayukhC99/Covid-19_Donation_Server.git"
},
"author": "Mayukh Chakrabarti",
"license": "ISC",
"bugs": {
"url": "https://github.com/MayukhC99/Covid-19_Donation_Server/issues"
},
"homepage": "https://github.com/MayukhC99/Covid-19_Donation_Server#readme",
"dependencies": {
"bootstrap-social": "^5.1.1",
"express": "^4.17.1",
"express-session": "^1.17.1",
"font-awesome": "^4.7.0",
"multer": "^1.4.2",
"mysql2": "^2.1.0",
"nodemailer": "^6.4.6",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"sequelize": "^5.21.13"
}
}