-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 922 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 922 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
32
33
34
35
36
37
38
39
40
41
{
"name": "khojnin",
"version": "1.0.0",
"description": "Fast Growing & Popular Listing Site of Bangladesh (Hotel, Restaurant, Car, Shop, Hospital, Services)",
"main": "app.js",
"scripts": {
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/s3devs/khojnin.git"
},
"keywords": [
"listing",
"hotel",
"car",
"shop",
"hospital",
"restaurant",
"bangladesh",
"search",
"service"
],
"author": "S3Devs Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/s3devs/khojnin/issues"
},
"homepage": "https://github.com/s3devs/khojnin#readme",
"dependencies": {
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"helmet": "^4.4.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.11.13",
"path": "^0.12.7"
}
}