-
Notifications
You must be signed in to change notification settings - Fork 235
/
storelocator.jquery.json
28 lines (28 loc) · 1.11 KB
/
storelocator.jquery.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": "storelocator",
"title": "jQuery Google Maps Store Locator",
"description": "This jQuery plugin takes advantage of Google Maps API version 3 to create an easy to implement store locator. No back-end programming is required, you just need to feed it KML, XML, or JSON data with all the location information.",
"keywords": ["jquery","locator","store","dealer","location", "locations", "maps", "map", "stores", "find"],
"version": "3.4.1",
"author": {
"name": "Bjorn Holine",
"url": "https://www.bjornblog.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/bjorn2404/jQuery-Store-Locator-Plugin.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/bjorn2404/jQuery-Store-Locator-Plugin/blob/master/license.txt"
}
],
"homepage": "http://www.bjornblog.com/web/jquery-store-locator-plugin",
"docs": "http://www.bjornblog.com/web/jquery-store-locator-plugin",
"demo": "http://bjornblog.com/storelocator/",
"dependencies": {
"jquery": ">=1.7",
"handlebars": ">=1.0"
}
}