Files
vue-google-maps-community-fork/package.json
2021-01-27 12:04:35 +01:00

30 lines
678 B
JSON
Executable File

{
"name": "@fawmi/vue-google-maps",
"description": "Google Map components for Vue.js 3",
"version": "0.2.3",
"private": false,
"main": "index.js",
"scripts": {
"test": "echo \"Tests are not implemented yet && exit 0"
},
"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": {}
}