vmw-cli
Version:
CLI interface for my.vmware.com
39 lines (38 loc) • 586 B
JSON
{
"name": "vmw-cli",
"version": "2.1.2",
"description": "CLI interface for my.vmware.com",
"license": "MIT",
"repository": "apnex/vmw-cli",
"author": {
"name": "Andrew Obersnel"
},
"engines": {
"node": ">=8"
},
"bin": {
"vmw-cli": "./lib/vmw.cli.js"
},
"files": [
"/lib"
],
"keywords": [
"myvmw",
"vmware",
"vmw-cli",
"vmw",
"nodejs",
""
],
"dependencies": {
"vmw-sdk": "*",
"chalk": "*",
"got": "*",
"md5-file": "*",
"node-persist": "*",
"p-map": "=4.0.0",
"progress": "*",
"tough-cookie": "*",
"tough-cookie-file-store": "*"
}
}