{
  "name": "aws-sdk",
  "description": "AWS SDK for JavaScript",
  "version": "2.1206.0",
  "author": {
    "name": "Amazon Web Services",
    "email": "",
    "url": "https://aws.amazon.com/"
  },
  "config": {
    "test_args": "test test/json test/model test/protocol test/query test/services test/signers test/xml test/s3 test/cloudfront test/dynamodb test/polly test/rds test/publisher test/event-stream test/endpoint"
  },
  "homepage": "https://github.com/aws/aws-sdk-js",
  "devDependencies": {
    "@types/node": "6.0.92",
    "browserify": "13.1.0",
    "chai": "^3.0",
    "codecov": "^3.8.2",
    "coffeeify": "*",
    "coffeescript": "^1.12.7",
    "cucumber": "0.5.x",
    "eslint": "^5.8.0",
    "hash-test-vectors": "^1.3.2",
    "insert-module-globals": "^7.0.0",
    "istanbul": "*",
    "jasmine": "^2.5.3",
    "jasmine-core": "^2.5.2",
    "json-loader": "^0.5.4",
    "karma": "^4.1.0",
    "karma-chrome-launcher": "2.2.0",
    "karma-jasmine": "^1.1.0",
    "mocha": "^3.0.0",
    "repl.history": "*",
    "semver": "*",
    "typescript": "2.0.8",
    "uglify-js": "2.x",
    "webpack": "^1.15.0"
  },
  "dependencies": {
    "buffer": "4.9.2",
    "events": "1.1.1",
    "ieee754": "1.1.13",
    "jmespath": "0.16.0",
    "querystring": "0.2.0",
    "sax": "1.2.1",
    "url": "0.10.3",
    "util": "^0.12.4",
    "uuid": "8.0.0",
    "xml2js": "0.4.19"
  },
  "main": "lib/aws.js",
  "browser": {
    "lib/aws.js": "./lib/browser.js",
    "fs": false,
    "./global.js": "./browser.js",
    "./lib/node_loader.js": "./lib/browser_loader.js"
  },
  "browserify": {
    "transform": "./dist-tools/transform.js"
  },
  "react-native": {
    "fs": "./lib/empty.js",
    "./lib/node_loader.js": "./lib/react-native-loader.js",
    "./lib/browser_loader.js": "./lib/react-native-loader.js",
    "./lib/core.js": "./dist/aws-sdk-core-react-native.js",
    "xml2js": "./dist/xml2js.js"
  },
  "directories": {
    "lib": "lib"
  },
  "types": "index.d.ts",
  "typings": "index.d.ts",
  "engines": {
    "node": ">= 10.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/aws/aws-sdk-js"
  },
  "license": "Apache-2.0"
}