{
  "name": "pkgcloud-with-arm",
  "description": "An infrastructure-as-a-service agnostic cloud library for node.js",
  "version": "1.4.9",
  "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": "0.9.x",
    "aws-sdk": "^2.2.43",
    "azure-arm-compute": "^0.19.1",
    "azure-arm-resource": "^1.6.1-preview",
    "azure-arm-storage": "^0.14.0-preview",
    "azure-storage": "^1.4.0",
    "errs": "0.3.x",
    "eventemitter2": "0.4.x",
    "fast-json-patch": "0.5.x",
    "filed": "0.1.x",
    "gcloud": "^0.10.0",
    "ip": "0.3.x",
    "lodash": "^3.10.1",
    "mime": "1.2.x",
    "ms-rest-azure": "^1.15.2",
    "qs": "1.2.x",
    "request": "2.40.x",
    "s3-upload-stream": "~1.0.7",
    "through2": "0.6.x",
    "url-join": "0.0.x",
    "xml2js": "0.1.x"
  },
  "devDependencies": {
    "blanket": "1.1.9",
    "coveralls": "^2.11.2",
    "hock": "~1.2.0",
    "jshint": "~2.7.0",
    "mocha": "1.21.x",
    "mocha-lcov-reporter": "0.0.1",
    "nock": "^9.0.2",
    "should": "4.0.x"
  },
  "main": "./lib/pkgcloud",
  "scripts": {
    "test": "make test",
    "cov": "make cov",
    "travis": "make travis",
    "lint": "make lint"
  },
  "config": {
    "blanket": {
      "pattern": "/lib/",
      "data-cover-never": "node_modules"
    }
  },
  "engines": {
    "node": ">=0.10.x"
  }
}