forked from googlemaps/v3-utility-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 781 Bytes
/
package.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
{
"name": "styled-marker-clusterer",
"version": "1.0.5",
"author": "Ross Topol",
"description": "The library is a fork of the Google Maps API v3 marker-clusterer utility library that includes the ability to pass a callback and add dynamic custom styles to your marker clusters.",
"main": "src/styledmarkerclusterer.js",
"files": ["src/styledmarkerclusterer.js"],
"repository": {
"type": "git",
"url": "https://github.com/rossjs/styled-marker-clusterer.git"
},
"keywords": [
"google",
"maps",
"marker",
"cluster",
"styles"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/googlemaps/v3-utility-library/issues"
},
"homepage": "https://github.com/googlemaps/v3-utility-library/tree/master/markerclusterer"
}