{
  "name": "vue-beautify",
  "version": "1.1.3",
  "description": "vue-beautifier for node",
  "main": "src/vue-beautify.js",
  "bin": {
    "vue-beautify": "src/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/teazean/vue-beautify.git"
  },
  "keywords": [
    "beautify",
    "vue",
    "vue-beautify",
    "vue-fomatter"
  ],
  "author": "teazean <zhanglei55@baidu.com>",
  "license": "MIT",
  "dependencies": {
    "config-chain": "~1.1.5",
    "mkdirp": "~0.5.0",
    "nopt": "~3.0.1"
  },
  "devDependencies": {
    "js-beautify": "^1.6.2"
  },
  "bugs": {
    "url": "https://github.com/teazean/vue-beautify/issues"
  },
  "homepage": "https://github.com/teazean/vue-beautify#readme"
}
