-
Notifications
You must be signed in to change notification settings - Fork 260
/
bower.json
28 lines (28 loc) · 1.16 KB
/
bower.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
{
"name": "jquery-locationpicker-plugin",
"version": "0.1.15",
"homepage": "https://github.com/Logicify/jquery-locationpicker-plugin",
"authors": [
"Dmitry Berezovsky <[email protected]>"
],
"description": "This plug-in allows finding and selecting a location on the Google map. Along with single point selection, it allows area selection by choosing a point and specifying a radius. The selection can be saved to any HTML input element or processed by Javascript with callback support. An optional automatic address resolver can reverse geocode the selection to an address. The plug-in also supports searching by address typed into the bound input element which uses auto-complete feature from Google API to make the search process easier. In this case the marker will be automatically positioned on the map after successful address resolution.",
"main": "dist/locationpicker.jquery.js",
"keywords": [
"jquery-plugin",
"googlemap",
"gmapapi",
"location",
"input",
"radius",
"map"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"examples"
]
}