-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 929 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": "sitara",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"build":"nodemon ./bin/www"
},
"dependencies": {
"bcrypt": "^5.1.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-handlebars": "^7.0.7",
"express-session": "^1.17.3",
"hbs": "^4.2.0",
"http-errors": "~1.6.3",
"mongodb": "^5.4.0",
"morgan": "~1.9.1",
"nodemon": "^2.0.22",
"razorpay": "^2.8.6"
},
"devDependencies": {
"handlebars": "^4.5.0"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/novus318/E-commerce.sitara.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/novus318/E-commerce.sitara/issues"
},
"homepage": "https://github.com/novus318/E-commerce.sitara#readme",
"description": ""
}