-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 959 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
38
39
{
"name": "codingplatform",
"version": "1.0.0",
"description": "Backend for Coding Platform App.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\"",
"start": "node app.js"
},
"author": "Pratik Parmar and Sahil Bansal",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^7.2.6",
"JSONStream": "^1.3.5",
"adm-zip": "^0.4.14",
"axios": "^0.19.2",
"bcrypt": "^5.0.0",
"big-json": "^3.1.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"event-stream": "^4.0.1",
"express": "^4.17.1",
"express-fileupload": "^1.1.7-alpha.3",
"js-base64": "^2.5.2",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"mkdirp": "^1.0.4",
"mongodb": "^3.5.5",
"mongoose": "^5.9.7",
"multer": "^1.4.2",
"request": "^2.88.2",
"split": "^1.0.1",
"validator": "^13.0.0"
},
"devDependencies": {
"nodemon": "^2.0.3"
}
}