Files
vue-google-maps-community-fork/docs/package.json
2021-02-14 07:37:24 +01:00

20 lines
440 B
JSON
Executable File

{
"name": "@fawmi/vue-google-maps-docs",
"version": "0.6.2",
"description": "Google maps components for Vue.js",
"main": "index.js",
"authors": {
"name": "Fawad Mirzad",
"email": "hi@fawmi.com"
},
"repository": "https://github.com/fawmi/vue-google-maps.git",
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src"
},
"license": "MIT",
"devDependencies": {
"vuepress": "^1.8.1"
}
}