cloud-blender
Version:
A high level library for cloud compute operations
54 lines (53 loc) • 1.45 kB
JSON
{
"name": "cloud-blender",
"description": "A high level library for cloud compute operations",
"version": "0.1.67",
"dependencies": {
"request": "2.52.0",
"underscore": "1.8.3",
"crypto": "0.0.3",
"xml2js": "0.2.6",
"azure-storage":"0.10.0",
"async": "1.5.2",
"adal-node": "0.1.17",
"proxy-agent": "2.0.0",
"aws-sdk": "2.3.3"
},
"devDependencies": {
"mocha": "1.6.0",
"should": "1.2.0"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha -R spec -r should test/cloud.js",
"test-atomic-hpcs": "node_modules/mocha/bin/mocha -R spec -r should test/hpcs_compute.js",
"test-atomic-hpcs_13_5": "node_modules/mocha/bin/mocha -R spec -r should test/hpcs_compute_13_5.js",
"test-atomic-aws": "node_modules/mocha/bin/mocha -R spec -r should test/aws_ec2.js",
"test-atomic-rackspace": "node_modules/mocha/bin/mocha -R spec -r should test/rackspace.js"
},
"keywords": [
"cloud",
"aws",
"ec2",
"hpcs",
"helion",
"azure",
"compute",
"cross-platform",
"rackspace"
],
"main": "index.js",
"directories": {
"doc": "docs",
"example": "examples",
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/HPSoftware/cloud-blender.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/HPSoftware/cloud-blender/issues"
},
"homepage": "https://github.com/HPSoftware/cloud-blender"
}