{
  "_args": [
    [
      "aws-sdk@2.0.31",
      "/opt/jetbrains-teamcity-agent/work/f62babc5376f65e6"
    ]
  ],
  "_development": true,
  "_from": "aws-sdk@2.0.31",
  "_id": "aws-sdk@2.0.31",
  "_inBundle": false,
  "_integrity": "sha1-5yzx/caQFb2f0r3z07iMFlB9Jo4=",
  "_location": "/aws-sdk",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "aws-sdk@2.0.31",
    "name": "aws-sdk",
    "escapedName": "aws-sdk",
    "rawSpec": "2.0.31",
    "saveSpec": null,
    "fetchSpec": "2.0.31"
  },
  "_requiredBy": [
    "/grunt-aws-s3"
  ],
  "_resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.0.31.tgz",
  "_spec": "2.0.31",
  "_where": "/opt/jetbrains-teamcity-agent/work/f62babc5376f65e6",
  "author": {
    "name": "Amazon Web Services",
    "url": "http://aws.amazon.com/"
  },
  "browser": "lib/browser.js",
  "browserify": {
    "transform": "./dist-tools/transform.js"
  },
  "bugs": {
    "url": "http://github.com/aws/aws-sdk-js/issues"
  },
  "contributors": [
    {
      "name": "Loren Segal",
      "email": "lsegal@amazon.com"
    },
    {
      "name": "Trevor Rowe",
      "email": "trevrowe@amazon.com"
    }
  ],
  "dependencies": {
    "xml2js": "0.2.6",
    "xmlbuilder": "0.4.2"
  },
  "description": "AWS SDK for JavaScript",
  "devDependencies": {
    "browserify": "3.x",
    "chai": "*",
    "coffee-script": "1.6.3",
    "coffeeify": "*",
    "coveralls": "2.x",
    "cucumber": "*",
    "eslint": "*",
    "istanbul": "*",
    "mocha": "*",
    "repl.history": "*",
    "semver": "*",
    "uglify-js": "2.x"
  },
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "homepage": "https://github.com/aws/aws-sdk-js",
  "keywords": [
    "api",
    "amazon",
    "aws",
    "ec2",
    "simpledb",
    "s3",
    "sqs",
    "ses",
    "sns",
    "route53",
    "rds",
    "elasticache",
    "cloudfront",
    "fps",
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "iam",
    "swf",
    "autoscaling",
    "cloudsearch",
    "elb",
    "loadbalancing",
    "emr",
    "mapreduce",
    "importexport",
    "storagegateway",
    "workflow",
    "ebs",
    "vpc",
    "beanstalk",
    "glacier",
    "kinesis",
    "cloudtrail"
  ],
  "licenses": [
    {
      "type": "Apache 2.0",
      "url": "http://github.com/aws/aws-sdk-js/raw/master/LICENSE.txt"
    }
  ],
  "main": "lib/aws.js",
  "name": "aws-sdk",
  "repository": {
    "type": "git",
    "url": "git://github.com/aws/aws-sdk-js.git"
  },
  "scripts": {
    "browsertest": "rake browser:test",
    "buildertest": "mocha --compilers coffee:coffee-script -s 1000 -t 10000 dist-tools/test",
    "console": "./scripts/console",
    "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- test test/json test/model test/protocol test/query test/services test/signers test/xml",
    "integration": "cucumber.js",
    "lint": "eslint lib dist-tools/*.js",
    "test": "npm -s run-script lint && npm -s run-script unit && npm -s run-script buildertest && npm -s run-script browsertest && ([ -f configuration ] && npm -s run-script integration || true)",
    "unit": "istanbul `[ $COVERAGE ] && echo 'cover _mocha' || echo 'test mocha'` -- test test/json test/model test/protocol test/query test/services test/signers test/xml"
  },
  "version": "2.0.31"
}
