-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 850 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
{
"name": "health_tourism",
"version": "1.0.0",
"description": "helps tourists travel to our country and gets medical care",
"main": "app.js",
"scripts": {
"start": "nodemon app",
"start-server": "node app"
},
"author": "Abdulfattah khudari",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"bluebird": "^3.5.5",
"body-parser": "^1.18.3",
"express": "^4.16.4",
"express-validator": "^5.3.1",
"imagemin": "^6.1.0",
"joi": "^14.3.1",
"jsonwebtoken": "^8.4.0",
"multer": "^1.4.1",
"mysql": "^2.16.0",
"mysql2": "^1.6.4",
"nodemailer": "^6.2.1",
"path": "^0.12.7",
"socket.io": "^2.2.0",
"web-push": "^3.3.5"
},
"devDependencies": {
"cors": "^2.8.5",
"nodemon": "^1.18.9"
},
"repository": "https://github.com/Abdulfattah1/social_media.git"
}