-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 853 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
{
"name": "server-delno",
"version": "1.0.0",
"description": "Back-end server in NodeJS for del.no",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Per Gunnar Paulsen ([email protected])",
"license": "ISC",
"dependencies": {
"@google-cloud/storage": "^5.1.0",
"axios": "^0.19.2",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"firebase-admin": "^8.12.1",
"googleapis": "^52.1.0",
"jsonwebtoken": "^8.5.1",
"jwt-redis": "^5.0.11",
"mailgun-js": "^0.5.4",
"multer": "^1.4.2",
"nodemailer": "^6.4.6",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"pg": "^8.0.3",
"pg-format": "^1.0.4",
"redis": "^3.0.2"
}
}