{
  "name": "vuepress",
  "version": "2.0.0-beta.27",
  "description": "Vue-powered Static Site Generator",
  "keywords": [
    "documentation",
    "generator",
    "vue",
    "vuepress"
  ],
  "homepage": "https://github.com/vuepress",
  "bugs": {
    "url": "https://github.com/vuepress/vuepress-next/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuepress/vuepress-next.git"
  },
  "license": "MIT",
  "author": "Evan You",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "bin": {
    "vuepress": "bin/vuepress.js"
  },
  "files": [
    "bin",
    "lib"
  ],
  "scripts": {
    "build": "tsc -b tsconfig.build.json",
    "clean": "rimraf lib *.tsbuildinfo"
  },
  "dependencies": {
    "@vuepress/bundler-webpack": "2.0.0-beta.27",
    "@vuepress/cli": "2.0.0-beta.27",
    "@vuepress/core": "2.0.0-beta.27",
    "@vuepress/theme-default": "2.0.0-beta.27"
  },
  "gitHead": "2671a94fe6864e215eb84f318b7e657744a0bc5d"
}
