firehoser_es5
Version:
es5 version of firehoser. A wrapper around AWS Kinesis Firehose with retry logic and custom queuing behavior.
38 lines (37 loc) • 968 B
JSON
{
"name": "firehoser_es5",
"version": "1.2.11",
"description": "es5 version of firehoser. A wrapper around AWS Kinesis Firehose with retry logic and custom queuing behavior.",
"main": "lib/firehoser.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.0.0-rc.4",
"aws-sdk": "^2.3.10",
"jayschema": "^0.3.1",
"lodash": "^4.12.0",
"moment": "^2.13.0",
"es6-promise": "3.2.1"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-preset-es2015": "^6.9.0",
"chai": "^3.5.0",
"mocha": "^2.4.5",
"mockery": "^1.7.0"
}
}