Files
vue-google-maps-community-fork/docs/package.json
2020-10-19 10:30:28 +02:00

20 lines
456 B
JSON
Executable File

{
"name": "@fawmi/vue-google-maps-docs",
"version": "0.0.1",
"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/Vue-google-maps",
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src"
},
"license": "MIT",
"devDependencies": {
"vuepress": "^1.7.1"
}
}