-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
63 lines (63 loc) · 1.79 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "marioplex-backend",
"version": "1.1.0",
"main": "server.js",
"directories": {
"test": "tests"
},
"dependencies": {
"bcrypt": "^4.0.1",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-rate-limit": "^5.1.1",
"express-session": "^1.17.0",
"express-validator": "^6.4.0",
"ffmpeg": "0.0.4",
"firebase-admin": "^8.12.1",
"fuzzy-search": "^3.2.1",
"googleapis": "^49.0.0",
"gridfs": "^1.0.0",
"gridfs-stream": "^1.1.1",
"is-empty": "^1.2.0",
"joi": "^14.3.1",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"mongoose": "^5.9.4",
"mongoose-fuzzy-searching": "^1.1.9",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"multer-gridfs-storage": "^4.0.2",
"nodemailer": "^6.4.5",
"nodemon": "^2.0.4",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-jwt": "^4.0.0",
"progress-stream": "^2.0.0",
"validator": "^12.2.0",
"winston": "^3.2.1"
},
"devDependencies": {
"jest": "^26.0.1",
"jsdoc": "^3.6.4",
"mongodb-memory-server": "^6.6.0",
"node-mongo-seeds": "^3.1.0",
"supertest": "^4.0.2"
},
"scripts": {
"test": "jest",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MohmedMonsef/Marioplex-Backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MohmedMonsef/Marioplex-Backend/issues"
},
"homepage": "https://github.com/MohmedMonsef/Marioplex-Backend#readme"
}