UNPKG

vue3-gmap-custom-marker

Version:

vue 3 google map custom marker component allowing display custom html content on google map using gmap-vue

32 lines (31 loc) 802 B
{ "name": "vue3-gmap-custom-marker", "version": "1.0.0", "description": "vue 3 google map custom marker component allowing display custom html content on google map using gmap-vue", "main": "gmap-custom-marker.vue", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/eregnier/vue3-gmap-custom-marker.git" }, "keywords": [ "vue", "js", "google", "map", "marker", "custom" ], "author": "Eric Régnier", "license": "MIT", "bugs": { "url": "https://github.com/eregnier/vue3-gmap-custom-marker/issues" }, "homepage": "https://github.com/eregnier/vue3-gmap-custom-marker#readme", "dependencies": { "vue3-google-map": "^0.8.3", "vue": "^3.x" } }