forked from googlemaps/v3-utility-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alexander Konczak
authored
Mar 7, 2019
1 parent
66d4921
commit 03f02ba
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "gm-infobox-v3", | ||
"version": "1.1.19", | ||
"author": "Gary Little", | ||
"description": "An InfoBox behaves like a google.maps.InfoWindow, but it supports several additional properties | ||
for advanced styling. An InfoBox can also be used as a map label.", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/milchundzucker/v3-utility-library.git", | ||
"directory": "infobox" | ||
}, | ||
"keywords": [ | ||
"Google", | ||
"Maps", | ||
"Infobox" | ||
], | ||
"license": "Apache-2.0", | ||
"files": [ | ||
"src/infobox.js", | ||
"README.md", | ||
"LICENSE" | ||
] | ||
} |