Commit c19e6ea7 authored by Fawad Mirzad's avatar Fawad Mirzad
Browse files

Add package configurations for docs

parent 86f25061
Loading
Loading
Loading
Loading

docs/package-lock.json

0 → 100644
+11167 −0

File added.

Preview size limit exceeded, changes collapsed.

docs/package.json

0 → 100644
+19 −0
Original line number Diff line number Diff line
{
  "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.5.3"
  }
}