{
  "name": "firehoser",
  "version": "1.3.6",
  "description": "A wrapper around AWS Kinesis Firehose with retry logic and custom queuing behavior.",
  "main": "firehoser.js",
  "scripts": {
    "test": "mocha -c -b tests.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mirusresearch/firehoser.git"
  },
  "keywords": [
    "aws",
    "kinesis",
    "firehose",
    "deliverystream"
  ],
  "author": "Don Spaulding <don@mirusresearch.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mirusresearch/firehoser/issues"
  },
  "homepage": "https://github.com/mirusresearch/firehoser#readme",
  "dependencies": {
    "async": "^2.1.0",
    "aws-sdk": "^2.493.0",
    "jayschema": "^0.3.1",
    "lodash": "^4.17.14",
    "moment": "^2.13.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^6.1.4",
    "mockery": "^1.7.0"
  }
}