-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 802 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 802 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
{
"name": "navigator22",
"version": "1.0.0",
"engines": {
"node": ">=v16.12.0"
},
"description": "Routing app for the city of Sidi Bel-Abbès",
"main": "app/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app/index.js"
},
"keywords": [
"routing",
"webapp",
"javascript",
"rest",
"api",
"mongodb",
"transport"
],
"author": "MELOUK Abdel-Ilah",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"mongodb": "^4.17.2",
"mongoose": "^6.13.0",
"nodemon": "^3.1.4"
},
"devDependencies": {
"graphhopper-js-api-client": "^7.4.0",
"leaflet": "^1.9.1",
"leaflet-draw": "^1.0.4"
}
}