{
  "name": "dist-zip",
  "version": "1.4.0",
  "description": "该插件实现压缩打包后的dist文件夹里的文件，方便日常工作上传到资源服务器",
  "main": "index.js",
  "bin": {
    "dist-zip": "./bin/index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 0"
  },
  "author": "wenqiZuo",
  "license": "ISC",
  "dependencies": {
    "colors": "^1.3.0",
    "optimist": "^0.6.1",
    "zip-local": "^0.3.4"
  },
  "keywords": [
    "zip",
    "pack",
    "dist-zip",
    "after build"
  ],
  "engines": {
    "node": ">=0.11.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/qqw78901/dist-zip.git"
  }
}
