-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 954 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
32
33
34
{
"name": "plugin-maps",
"version": "2.0.0",
"description": "A [Galette](https://galette.eu) plugin to display maps",
"main": "index.js",
"scripts": {
"build": "./node_modules/.bin/gulp",
"clean": "./node_modules/.bin/gulp clean"
},
"repository": {
"type": "git",
"url": "ssh://git.tuxfamily.org/gitroot/galette/plugin-maps.git"
},
"author": "Johan Cwiklinski <johan AT x-tnd DOT be>",
"license": "GPL-3.0-or-later",
"devDependencies": {
"del": "^6.1.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-replace": "^1.1.3",
"gulp-uglify": "^3.0.2",
"merge-stream": "^2.0.0"
},
"dependencies": {
"leaflet": "^1.8.0",
"leaflet-control-geocoder": "^2.4.0",
"leaflet-gesture-handling": "^1.2.2",
"leaflet-legend": "^1.0.2",
"leaflet.fullscreen": "^2.4.0",
"leaflet.locatecontrol": "^0.76.1",
"leaflet.markercluster": "^1.5.3"
}
}