-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
{
"name": "brideecommerce",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"colors": "^1.4.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-handlebars": "^6.0.6",
"express-session": "^1.17.3",
"hbs": "^4.2.0",
"http-errors": "~1.6.3",
"jquery": "^3.6.1",
"mongodb": "^4.13.0",
"morgan": "~1.9.1",
"ndb": "^0.2.4",
"node-sass": "^8.0.0",
"nodemon": "^2.0.20",
"objectid": "^2.3.0",
"promise": "^8.3.0",
"sweetalert2": "^11.4.8"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/athifbinu/Bridal-Dress.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/athifbinu/Bridal-Dress/issues"
},
"homepage": "https://github.com/athifbinu/Bridal-Dress#readme",
"description": ""
}