UNPKG

cloud-cd

Version:

This module abstracts continuous delivery to multiple clouds

76 lines 1.56 kB
{ "name": "cloud-cd", "version": "1.0.13", "description": "This module abstracts continuous delivery to multiple clouds", "main": "lib/index.js", "typings": "src/index", "files": [ "src/", "lib/" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/CatalystCode/cloud-cd.git" }, "author": "mor shemesh <mor.shemesh@gmail.com>", "contributors": [{ "name": "Nava Vaisman Levy", "email": "navale@microsoft.com" }, { "name": "Jacky Albo", "email": "jacky.albo@noobaa.com" } ], "license": "MIT", "bugs": { "url": "https://github.com/CatalystCode/cloud-cd/issues" }, "homepage": "https://github.com/CatalystCode/cloud-cd#readme", "dependencies": { "async": "^2.1.4", "bluebird": "^3.4.7", "lodash": "^4.17.4", "pkgcloud-with-arm": "^1.4.9", "ssh2": "^0.5.4" }, "devDependencies": { "@types/async": "^2.0.38", "@types/lodash": "^4.14.48", "@types/node": "^7.0.0" }, "paths": { "pkgcloud": "pkgcloud-with-arm" }, "keywords": [ "continuous delivery", "marketplace", "remote execution", "cloud", "cloud computing", "api", "rackspace", "joyent", "aws", "amazon", "azure", "google", "iaas", "servers", "compute", "storage", "databases", "client", "mongolab", "iriscouch", "mongohq", "openstack", "redistogo", "hpcloud", "hp", "helion" ] }