20 lines
438 B
JSON
20 lines
438 B
JSON
{
|
|
"name": "vue-google-maps-docs",
|
|
"version": "0.0.1",
|
|
"description": "Vue.js 3 components for Google maps",
|
|
"main": "index.js",
|
|
"authors": {
|
|
"name": "Fawad Mirzad",
|
|
"email": "hi@fawmi.com"
|
|
},
|
|
"repository": "fawmi/vue-google-maps-docs/vue-google-maps-docs",
|
|
"scripts": {
|
|
"dev": "vuepress dev src",
|
|
"build": "vuepress build src"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"vuepress": "^1.9.7"
|
|
}
|
|
}
|