-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 865 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
{
"name": "btech_project_src_code",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aayushhyadav/location_based_advertisement_btech_project.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aayushhyadav/location_based_advertisement_btech_project/issues"
},
"homepage": "https://github.com/aayushhyadav/location_based_advertisement_btech_project#readme",
"dependencies": {
"axios": "^0.26.1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"mongodb": "^4.2.2",
"mongoose": "^6.1.2",
"node-geocoder": "^3.28.0",
"node-kmeans": "^1.1.9",
"nodemon": "^2.0.15",
"validator": "^13.7.0"
}
}