{
  "name": "wecos",
  "version": "2.0.3",
  "description": "Tencent Qcloud COS about node utilities for wxapp minify.",
  "keywords": [
    "cos",
    "wxapp",
    "minify"
  ],
  "main": "index.js",
  "scripts": {
    "test": "cd test && node index.js",
    "test-config-file": "cd test && node test-config-file.js",
    "test-config-option": "cd test && node test-config-option.js"
  },
  "bin": {
    "wecos": "./bin/wecos.js"
  },
  "homepage": "https://github.com/tencentyun/wecos",
  "bugs": "https://github.com/tencentyun/wecos/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/tencentyun/wecos.git"
  },
  "author": {
    "name": "carsonxu"
  },
  "maintainers": [
    {
      "name": "carsonxu"
    },
    {
      "name": "galen-yip",
      "email": "s275497985@gmail.com"
    },
    {
      "name": "yinshawnrao"
    }
  ],
  "engines": {
    "node": ">=0.9"
  },
  "license": "MIT",
  "dependencies": {
    "cos-nodejs-sdk-v5": "^2.4.9",
    "glob": "^7.1.1",
    "lodash": "^4.17.4",
    "ora": "^0.4.0",
    "request": "^2.79.0",
    "watch": "^1.0.1"
  }
}
