{
  "name": "svue-cli",
  "version": "0.0.1",
  "description": "讯曌科技自动化构建cli",
  "main": "bin/index",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "svue": "bin/svue",
    "svue-init": "bin/svue-init",
    "svue-list": "bin/svue-list",
    "svue-build": "bin/svue-build"
  },
  "keywords": [
    "svue",
    "svue-cli"
  ],
  "author": {
    "name": "xunzhaotech",
    "email": "xunzhaotech@aliyun.com",
    "url": " https://gitee.com/xunzhaotech/Svue-cli.git"
  },
  "files": [
    "bin"
  ],
  "license": "ISC",
  "dependencies": {
    "chalk": "^1.1.3",
    "cli-table": "^0.3.1",
    "co": "^4.6.0",
    "co-prompt": "^1.0.0",
    "coffeescript": "^2.4.1",
    "commander": "^2.9.0",
    "download-git-repo": "^1.0.0",
    "git-clone-promise": "^1.0.0",
    "handlebars": "^4.5.1",
    "inquirer": "^3.0.6",
    "metalsmith": "^2.3.0",
    "ora": "^1.2.0",
    "shelljs": "^0.8.3",
    "tracer": "^0.9.8"
  }
}
