-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 894 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": "fundstrtr-donate",
"version": "1.0.0",
"description": "donating platform",
"main": "app.js",
"dependencies": {
"@sendgrid/mail": "^7.4.0",
"body-parser": "^1.19.0",
"cloudinary": "^1.23.0",
"connect-flash": "^0.1.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-fileupload": "^1.2.0",
"express-rate-limit": "^5.2.6",
"express-session": "^1.17.1",
"method-override": "^3.0.0",
"moment": "^2.29.1",
"mongoose": "^5.11.4",
"nodemailer": "^6.4.16",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1",
"request": "^2.88.2",
"sendgrid-mail": "^0.0.2",
"stripe": "^8.127.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"donate"
],
"author": "Damola Obaleke",
"license": "ISC"
}