-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 838 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": "saferoutetoschool",
"version": "0.0.1",
"description": "https://unfallatlas.statistikportal.de/",
"main": "server.js",
"scripts": {
"start": "node server.js",
"server_start": "nodejs server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tnier01/SafeRouteToSchool.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tnier01/SafeRouteToSchool/issues"
},
"homepage": "https://github.com/tnier01/SafeRouteToSchool#readme",
"dependencies": {
"@turf/turf": "^5.1.6",
"bootstrap": "^4.6.0",
"chart.js": "^2.9.4",
"corejs-typeahead": "^1.3.1",
"express": "^4.17.1",
"jquery": "^3.5.1",
"leaflet": "^1.7.1",
"leaflet.awesome-markers": "^2.0.5"
}
}