20 lines
469 B
JSON
20 lines
469 B
JSON
{
|
|
"name": "vue-google-maps-community-fork-docs",
|
|
"version": "0.2.0",
|
|
"description": "Documentation for Vue Google Maps Community Fork",
|
|
"main": "index.js",
|
|
"authors": {
|
|
"name": "Nathan A Paludo",
|
|
"email": "natspaludo@gmail.com"
|
|
},
|
|
"repository": "NathanAP/vue-google-maps-community-fork",
|
|
"scripts": {
|
|
"dev": "vuepress dev src",
|
|
"build": "vuepress build src"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"vuepress": "^1.9.7"
|
|
}
|
|
}
|