-
Notifications
You must be signed in to change notification settings - Fork 7
/
easyLocator.jquery.json
35 lines (35 loc) · 1.04 KB
/
easyLocator.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
29
30
31
32
33
34
35
{
"name": "easyLocator",
"title": "EasyLocator Google Maps",
"description": "jQuery plugin to load locations with google maps, using a google spreadsheet or array of objects. Simple fast you do not need to know Google Maps API .",
"keywords": [
"googlemaps",
"location",
"googlespreadsheet"
],
"version": "1.0.0",
"author": {
"name": "Saul Burgos",
"url": "http://saulburgos.com/"
},
"maintainers": [
{
"name": "Saul Burgos",
"email": "[email protected]",
"url": "http://saulburgos.com/"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"bugs": "https://github.com/SaulBurgos/easyLocator/issues",
"homepage": "https://github.com/SaulBurgos/easyLocator",
"docs": "https://github.com/SaulBurgos/easyLocator",
"download": "https://github.com/SaulBurgos/easyLocator",
"dependencies": {
"jquery": ">=1.5"
}
}