20 lines
440 B
JSON
Executable File
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"
|
|
}
|
|
}
|