-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.06 KB
/
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
32
33
34
35
36
37
38
{
"name": "stolperstein-bonn",
"version": "0.1.0",
"description": "A visualization of Bonn's Stolpersteins",
"author": "Josef Schugt",
"contributors": [
"Josef Schugt <penpendede@mail.ru>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/penpendede/stolperstein-bonn.git"
},
"license": "BSD-2-Clause",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"awesomplete": "^1.1.5",
"leaflet": "^1.7.1",
"leaflet-boundary-canvas": "^1.0.0",
"leaflet-control-window": "^1.0.0",
"leaflet-easybutton": "^2.4.0",
"leaflet-gps": "^1.7.6",
"leaflet-loading": "^0.1.24",
"leaflet-menu": "https://github.com/daiyanze/leaflet-menu.git",
"leaflet-search": "^2.9.8",
"leaflet.fullscreen": "^1.6.0",
"leaflet.markercluster": "^1.4.1",
"leaflet.tilelayer.colorfilter": "^1.2.5",
"osmtogeojson": "^3.0.0-beta.4"
},
"scripts": {
"count": "node scripts/stolpersteincount.js"
},
"devDependencies": {
"chalk": "^4.1.0",
"json5": "^2.1.3",
"point-in-polygon": "^1.0.1"
}
}