cloud
Version:
Control cloud with command line
36 lines (35 loc) • 711 B
JSON
{
"name": "cloud",
"version": "2.0.2",
"description": "Control cloud with command line",
"main": "index.js",
"bin": {
"cloud": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/virtkick/cloud.git"
},
"keywords": [
"cloud",
"cli",
"vps",
"control",
"linux",
"command",
"api",
"automation"
],
"author": "Damian Kaczmarek <rush@virtkick.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/virtkick/cloud/issues"
},
"homepage": "https://github.com/virtkick/cloud#readme",
"dependencies": {
"virtkick": "^1.0.8"
}
}