Skip to content

Commit 336fab6

Browse files
author
corvis
committed
Added bower.json
1 parent 8ec5aae commit 336fab6

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

bower.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "jquery-locationpicker",
3+
"version": "0.1.12",
4+
"homepage": "https://github.com/Logicify/jquery-locationpicker-plugin",
5+
"authors": [
6+
"Dmitry Berezovsky <dmitry.berezovsky@logicify.com>"
7+
],
8+
"description": "This plug-in allows to easily find and select a location on the Google map. Along with a single point selection, it allows to choose an area by providing its center and the radius. All the data can be saved to any HTML input element automatically as well as be processed by Javascript (callback support). The other feature of the plug-in is automatic address resolver which allows to get address line from the selected latitude and longitude. 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.",
9+
"main": "dist/locationpicker.jquery.js",
10+
"keywords": [
11+
"jquery-plugin",
12+
"googlemap",
13+
"gmapapi",
14+
"location",
15+
"input",
16+
"radius",
17+
"map"
18+
],
19+
"license": "MIT",
20+
"ignore": [
21+
"**/.*",
22+
"node_modules",
23+
"bower_components",
24+
"test",
25+
"tests",
26+
"examples"
27+
]
28+
}

0 commit comments

Comments
 (0)