forked from maheswar-dileep/RIG-X-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.18 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": "mongoose",
"version": "6.7.2",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"@paypal/checkout-server-sdk": "^1.0.3",
"bcrypt": "^5.1.0",
"connect-mongodb-session": "^3.1.1",
"cookie-parser": "~1.4.4",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"dotenv": "^16.0.3",
"easy-currencies": "^1.7.0",
"easyinvoice": "^2.3.3",
"ejs": "^3.1.8",
"express": "~4.16.1",
"express-ejs-layouts": "^2.5.1",
"express-fileupload": "^1.4.0",
"express-session": "^1.17.3",
"fileupload": "^0.2.1",
"http-errors": "~1.6.3",
"mongodb": "^4.11.0",
"mongoose": "^6.7.2",
"morgan": "~1.9.1",
"pdf-creator-node": "^2.3.5",
"razorpay": "^2.8.3",
"twilio": "^3.83.1",
"voucher-code-generator": "^1.3.0"
},
"devDependencies": {
"nodemon": "^2.0.20"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Mahesward/RIG-X-.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mahesward/RIG-X-/issues"
},
"homepage": "https://github.com/Mahesward/RIG-X-#readme",
"keywords": [],
"description": ""
}