forked from jawj/OverlappingMarkerSpiderfier
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 681 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 681 Bytes
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": "OverlappingMarkerSpiderfier",
"version": "0.3",
"main": "dist/oms.min.js",
"repository": {
"type": "git",
"url": "git@github.com:pesla/OverlappingMarkerSpiderfier.git"
},
"homepage": "https://github.com/pesla/OverlappingMarkerSpiderfier",
"authors": [
"George MacKerron (https://github.com/jawj)"
],
"description": "Deals with overlapping markers in Google Maps JS API v3, Google Earth-style http://blog.mackerron.com",
"keywords": [
"google maps",
"markers",
"overlapping markers",
"marker",
"overlapping",
"marker cluster",
"cluster",
"clustering"
],
"license": "MIT",
"ignore": [
"**/.*"
]
}