nor-upcloud
Version:
Client module for Upcloud API
37 lines (36 loc) • 869 B
JSON
{
"name": "nor-upcloud",
"version": "0.1.22",
"description": "Client module for Upcloud API",
"main": "src/index.js",
"bin": {
"nor-upcloud": "./src/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/sendanor/nor-upcloud.git"
},
"keywords": [
"upcloud",
"cloud",
"vps",
"api",
"client"
],
"author": "Jaakko-Heikki Heusala <jheusala@iki.fi>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sendanor/nor-upcloud/issues"
},
"dependencies": {
"nor-debug" : ">= 0.1.55 < 0.2.0",
"nor-is" : ">= 0.1.18 < 0.2.0",
"nor-errors" : ">= 0.1.5 < 0.2.0",
"minimist" : ">= 0.1.0 < 0.2.0",
"q" : ">= 1.0.1 < 1.1.0"
},
"homepage": "https://github.com/sendanor/nor-upcloud"
}