Files
vue-google-maps-community-fork/package.json
2020-10-19 15:03:04 +02:00

30 lines
675 B
JSON
Executable File

{
"name": "@fawmi/vue-google-maps",
"description": "Google Map components for Vue.js 3",
"version": "0.1.4",
"private": false,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fawmi/vue-google-maps.git"
},
"keywords": [
"vuejs3",
"googlemaps",
"vue 3 google maps",
"vuejs3 google maps",
"vue.js 3 google maps",
"vue"
],
"author": "Fawad Mirzad",
"license": "ISC",
"bugs": {
"url": "https://github.com/fawmi/vue-google-maps/issues"
},
"homepage": "https://vue-map.netlify.app",
"dependencies": {}
}