-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.19 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
{
"name": "completeNodeSetup",
"version": "1.0.0",
"description": "cab app",
"main": "src/index.js",
"devDependencies": {},
"scripts": {
"start": "nodemon src/index.js"
},
"author": "vishal sharma",
"license": "ISC",
"dependencies": {
"@turf/midpoint": "^5.1.5",
"@turf/turf": "^5.1.6",
"async": "^2.6.1",
"bluebird": "^3.5.2",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"currency-symbol": "^1.0.6",
"currency-symbol-map": "^4.0.4",
"express": "^4.16.4",
"fcm-node": "^1.2.1",
"fcm-push": "^1.1.3",
"geodist": "^0.2.1",
"geolib": "^2.0.24",
"glob": "^7.1.2",
"joi": "^13.6.0",
"jsonwebtoken": "^8.3.0",
"lodash": "^4.17.5",
"md5": "^2.2.1",
"moment": "^2.22.2",
"mongodb": "^3.1.6",
"mongoose": "^5.2.17",
"mongoose-paginate": "^5.0.3",
"multer": "^1.3.0",
"mysql": "^2.15.0",
"nodemailer": "^6.6.2",
"nodemailer-smtp-transport": "^2.7.4",
"qr-image": "^3.2.0",
"qrcode": "^1.2.0",
"shortid": "^2.2.12",
"socket.io": "^2.1.1",
"swagger-ui-express": "^4.1.6",
"twilio": "^3.17.4",
"typeof": "^1.0.0",
"underscore": "^1.13.1",
"uniqid": "^5.0.3"
}
}