{
  "name": "create-spring-boot-app",
  "version": "0.0.8",
  "description": "scaffold for creating engineering springboot project",
  "author": "wxyyxc1992",
  "license": "MIT",
  "homepage": "https://github.com/wxyyxc1992/create-spring-boot-app",
  "repository": {
    "type": "git",
    "url": "https://github.com/wxyyxc1992/create-spring-boot-app"
  },
  "keywords": [
    "boilerplate",
    "spring-boot",
    "gradle"
  ],
  "dependencies": {
    "chalk": "^1.1.3",
    "commander": "^2.9.0",
    "cross-spawn": "^5.1.0",
    "fs-extra": "^2.1.2",
    "git-clone": "^0.1.0",
    "replace": "^0.3.0",
    "semver": "^5.3.0"
  },
  "main": "index.js",
  "bin": {
    "create-spring-boot-app": "./index.js"
  }
}
