UNPKG

pkgcloud17

Version:

An infrastructure-as-a-service agnostic cloud library for node.js

101 lines (100 loc) 2.09 kB
{ "name": "pkgcloud17", "description": "An infrastructure-as-a-service agnostic cloud library for node.js", "version": "1.7.0", "author": "Charlie Robbins <charlie.robbins@gmail.com>", "contributors": [ { "name": "Nuno Job", "email": "nuno@nodejitsu.com" }, { "name": "Maciej Malecki", "email": "me@mmalecki.com" }, { "name": "Daniel Aristizabal", "email": "daniel@nodejitsu.com" }, { "name": "Ken Perkins", "email": "ken.perkins@rackspace.com" }, { "name": "Ross Kukulinski", "email": "ross@kukulinski.com" } ], "repository": { "type": "git", "url": "http://github.com/pkgcloud/pkgcloud.git" }, "keywords": [ "cloud", "cloud computing", "api", "rackspace", "joyent", "aws", "amazon", "azure", "google", "iaas", "servers", "compute", "storage", "databases", "client", "mongolab", "iriscouch", "mongohq", "openstack", "redistogo", "hpcloud", "hp", "helion" ], "dependencies": { "async": "^2.6.1", "aws-sdk": "^2.382.0", "cross-env": "^7.0.3", "errs": "^0.3.2", "eventemitter2": "^5.0.1", "fast-json-patch": "0.5.x", "filed": "^0.1.0", "ip": "^1.1.5", "liboneandone": "^1.2.0", "lodash": "^4.17.10", "mime": "1.4.1", "qs": "^6.5.2", "request": "^2.88.0", "through2": "0.6.x", "url-join": "0.0.x", "xml2js": "0.1.x" }, "devDependencies": { "blanket": "1.1.9", "coveralls": "^3.0.2", "hock": "~1.2.0", "jshint": "^2.9.6", "mocha": "^5.2.0", "mocha-lcov-reporter": "0.0.1", "should": "4.0.x" }, "main": "./lib/pkgcloud", "scripts": { "test": "cross-env MOCK=on mocha --require blanket -t 4000 test/*/*/*-test.js test/*/*/*/*-test.js", "cov": "make cov", "travis": "make travis", "lint": "make lint" }, "config": { "blanket": { "pattern": "/lib/", "data-cover-never": "node_modules" } }, "engines": { "node": ">=0.10.x" } }