From 03f02ba0fc13dae27bdf3725f7007ee4e2b647a3 Mon Sep 17 00:00:00 2001 From: Alexander Konczak <48313162+alexander-konczak@users.noreply.github.com> Date: Thu, 7 Mar 2019 11:37:29 +0100 Subject: [PATCH] Create package.json --- infobox/package.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 infobox/package.json diff --git a/infobox/package.json b/infobox/package.json new file mode 100644 index 00000000..e7ce914b --- /dev/null +++ b/infobox/package.json @@ -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" + ] +}