-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 797 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 797 Bytes
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
{
"name": "qspiderswebsite",
"version": "1.0.0",
"description": "we are using express and nodejs",
"main": "server.js",
"author": "shashi",
"license": "MIT",
"dependencies": {
"@handlebars/allow-prototype-access": "^1.0.3",
"bcryptjs": "^2.4.3",
"bootstrap": "^4.4.1",
"cloudinary": "^1.21.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^4.0.4",
"express-session": "^1.17.1",
"express-toastr": "^2.0.2",
"handlebars-intl": "^1.1.2",
"jquery": "^3.5.0",
"method-override": "^3.0.0",
"mongoose": "^5.9.11",
"multer": "^1.4.2",
"passport": "^0.4.1",
"passport-local": "^1.0.0"
},
"devDependencies": {
"handlebars": "^4.7.6"
}
}