Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Konczak committed Mar 7, 2019
1 parent 66d4921 commit 03f02ba
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions infobox/package.json
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"
]
}

0 comments on commit 03f02ba

Please sign in to comment.