aliyun-oss-deploy
Version:
An aliyun oss deploy tool, putObject and putStream are all supported.
39 lines (38 loc) • 883 B
JSON
{
"name": "aliyun-oss-deploy",
"version": "0.1.5",
"description": "An aliyun oss deploy tool, putObject and putStream are all supported.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"aliyun-oss-deploy": "bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hustcc/aliyun-oss-deploy.git"
},
"keywords": [
"aliyun",
"oss",
"aliyun-oss",
"deploy",
"cd"
],
"author": "hustcc",
"license": "ISC",
"bugs": {
"url": "https://github.com/hustcc/aliyun-oss-deploy/issues"
},
"homepage": "https://github.com/hustcc/aliyun-oss-deploy#readme",
"dependencies": {
"ali-oss": "^5.2.0",
"chalk": "^2.4.2",
"co": "^4.6.0",
"figures": "^2.0.0",
"globby": "^8.0.1",
"terminal-link": "^1.3.0",
"yargs": "^11.0.0"
}
}