forked from cherniavskii/Leaflet.DoubleTapDragZoom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 805 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": "leaflet-doubletapdragzoom",
"version": "0.3.1",
"description": "Leaflet plugin that implements double-tap-and-drag zoom feature for zooming in / out with one hand",
"main": "Leaflet.DoubleTapDragZoom.js",
"directories": {
"doc": "docs"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/cherniavskii/Leaflet.DoubleTapDragZoom.git"
},
"peerDependencies": {
"leaflet": "~1.0.0"
},
"keywords": [
"leaflet",
"maps",
"zoom"
],
"author": "cherniavskii",
"license": "MIT",
"bugs": {
"url": "https://github.com/cherniavskii/Leaflet.DoubleTapDragZoom/issues"
},
"homepage": "https://github.com/cherniavskii/Leaflet.DoubleTapDragZoom#readme",
"dependencies": {
"leaflet-doubletapdrag": "^0.1.0"
}
}