UNPKG

baidubce-cli

Version:

baidu cloud engine command line tools

43 lines (42 loc) 848 B
{ "name": "baidubce-cli", "version": "0.0.9", "description": "baidu cloud engine command line tools", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "baidubce": "./bin/cli.js" }, "keywords": [ "baidu", "bce", "command", "line" ], "repository": { "type": "git", "url": "http://gitlab.baidu.com/inf/baidubce-cli.git" }, "author": "leeight@gmail.com", "contributors": [ { "name": "leeight", "email": "leeight@gmail.com" } ], "license": "MIT", "dependencies": { "async": "^1.4.2", "baidubce-sdk": "^0.0.16", "debug": "^2.1.3", "glob": "^5.0.14", "humanize": "0.0.9", "moment": "^2.8.4", "q": "^1.1.2", "text-table": "^0.2.0", "underscore": "^1.7.0", "yargs": "^1.3.3" } }