vue2-gmap-custom-marker
Version:
vue 2 google map custom marker component allowing display custom html content on google map using gmap-vue
32 lines (31 loc) • 795 B
JSON
{
"name": "vue2-gmap-custom-marker",
"version": "6.1.1",
"description": "vue 2 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/vue2-gmap-custom-marker.git"
},
"keywords": [
"vue",
"js",
"google",
"map",
"marker",
"custom"
],
"author": "Eric Régnier",
"license": "MIT",
"bugs": {
"url": "https://github.com/eregnier/vue2-gmap-custom-marker/issues"
},
"homepage": "https://github.com/eregnier/vue2-gmap-custom-marker#readme",
"dependencies": {
"gmap-vue": "^1.5.0",
"vue": "^2.x"
}
}