{
  "name": "jsdoc-vue",
  "version": "1.0.0",
  "description": "A jsdoc plugin that parses *.vue files.",
  "main": "index.js",
  "scripts": {
    "test": "xo && rm -rf out && jsdoc example/* -c example/conf.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/QingWei-Li/jsdoc-vue.git"
  },
  "keywords": [
    "vue",
    "jsdoc"
  ],
  "xo": {
    "space": true
  },
  "author": "qingwei-li",
  "license": "WTFPL",
  "bugs": {
    "url": "https://github.com/QingWei-Li/jsdoc-vue/issues"
  },
  "homepage": "https://github.com/QingWei-Li/jsdoc-vue#readme",
  "peerDependencies": {
    "vue-template-compiler": "*"
  },
  "devDependencies": {
    "jsdoc": "^3.4.0",
    "vue-template-compiler": "^2.1.10",
    "xo": "^0.17.1"
  }
}
