forked from parammittal16/Scrolls18
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 866 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
37
{
"name": "scrolls-18",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/storage": "^2.0.0",
"bcrypt": "^3.0.0",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"ejs": "^2.6.1",
"email-templates": "^5.0.0",
"excel4node": "^1.6.0",
"express": "^4.16.3",
"express-fileupload": "^0.4.0",
"firebase": "^5.4.2",
"googleapis": "^27.0.0",
"helmet": "^3.13.0",
"jsonwebtoken": "^8.3.0",
"mongoose": "^5.2.10",
"multer": "^1.3.1",
"nodemailer": "^4.6.8",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"randomstring": "^1.1.5",
"request": "^2.88.0",
"stream-buffers": "^3.0.2",
"streamifier": "^0.1.1"
},
"devDependencies": {}
}