{
  "name": "vuepress-theme-justskiv",
  "version": "1.0.3",
  "description": "A flat and clean Blog Theme for VuePress site",
  "keywords": [
    "vuepress-theme-blog",
    "vuepress-theme",
    "blog-theme",
    "vue",
    "vuepress"
  ],
  "repository": {
    "type": "git",
    "url": "JustSkiv/vuepress-theme-justskiv"
  },
  "main": "index.js",
  "scripts": {
    "blog:dev": "vuepress dev blog",
    "blog:build": "vuepress build blog",
    "deploy": "sh deploy.sh"
  },
  "author": "JustSkiv<tuzov.n@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/JustSkiv/vuepress-theme-justskiv/issues"
  },
  "homepage": "https://github.com/JustSkiv/vuepress-theme-justskiv/",
  "dependencies": {
    "@vuepress/plugin-blog": "^1.9.3",
    "@vuepress/plugin-medium-zoom": "^1.8.0",
    "@vuepress/plugin-pwa": "^1.8.0",
    "markdown-it-abbr": "^1.0.4",
    "markdown-it-footnote": "^3.0.2",
    "markdown-it-mark": "^3.0.1",
    "markdown-it-task-lists": "^2.1.1",
    "vuepress": "^1.8.2",
    "vuepress-plugin-flowchart": "^1.4.3",
    "vuepress-plugin-seo": "^0.1.4"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
