forked from perliedman/leaflet-control-geocoder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·32 lines (32 loc) · 776 Bytes
/
bower.json
File metadata and controls
executable file
·32 lines (32 loc) · 776 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
{
"name": "leaflet-control-geocoder",
"version": "1.5.5",
"homepage": "https://github.com/perliedman/leaflet-control-geocoder",
"authors": ["Per Liedman <per@liedman.net>"],
"description": "Extendable geocoder with builtin OSM/Nominatim support",
"main": [
"dist/Control.Geocoder.js",
"dist/Control.Geocoder.css",
"images/geocoder.png",
"images/throbber.gif"
],
"moduleType": ["amd", "globals"],
"keywords": [
"leaflet",
"geocoder",
"locations",
"nominatim",
"bing",
"google",
"mapbox",
"photon",
"what3words",
"mapquest",
"mapzen",
"pluscodes",
"open location code",
"here"
],
"license": "BSD-2-Clause",
"ignore": ["**/.*", "node_modules", "bower_components", "test", "tests"]
}