bower.json 710 Bytes
Newer Older
JOE XMG's avatar
update  
JOE XMG committed
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
{
  "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"],
  "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"]
}