{
  "name": "aws-kinesis-writable",
  "description": "A stream implementation for kinesis.",
  "version": "4.3.0",
  "author": "José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)",
  "license": "MIT",
  "repository": {
    "url": "git://github.com/auth0/kinesis-writable.git"
  },
  "main": "index.js",
  "scripts": {
    "test": "NODE_ENV=test mocha -R spec --timeout 5000",
    "cover": "NODE_ENV=test istanbul cover _mocha -- -R spec --timeout 5000"
  },
  "dependencies": {
    "aws-sdk": "^2.610.0",
    "fast-safe-stringify": "^2.0.6",
    "lodash.merge": "^4.6.1",
    "retry": "^0.12.0"
  },
  "devDependencies": {
    "chai": "^4.1.0",
    "istanbul": "^0.4.5",
    "mocha": "^5.2.0",
    "sinon": "^6.1.4"
  }
}
