{
  "name": "cui-cli",
  "version": "0.0.6",
  "description": "预定义模板下载",
  "repository": {
    "type": "gitlab",
    "url": ""
  },
  "keywords": [
    "cui",
    "template",
    "startup"
  ],
  "contributors": [
    "fuzl"
  ],
  "license": "ISC",
  "bin": {
    "cui": "./bin/cui.js"
  },
  "scripts": {
    "preversion": "npm test",
    "version": "npm build && git add -A",
    "postversion": "git push && git push --tags",
    "build": "gulp build",
    "test": "gulp"
  },
  "dependencies": {
    "commander": "^2.11.0",
    "glob": "^7.1.2",
    "minimatch": "^3.0.4",
    "tar": "^4.0.2"
  },
  "bugs": {
    "url": "https://github.com/fu-office/sui-seed/issues"
  },
  "homepage": "https://github.com/fu-office/sui-seed#readme",
  "main": "gulpfile.js",
  "devDependencies": {},
  "author": "zhenglianfu"
}
