foundry-firehose
Version:
Wrapper for AWS.Firehose that also provides a localstorage variation
45 lines (44 loc) • 1.17 kB
JSON
{
"name": "foundry-firehose",
"version": "0.1.0",
"description": "Wrapper for AWS.Firehose that also provides a localstorage variation",
"main": "index.js",
"scripts": {
"test": "npm run test:unit && npm run test:integration",
"test:unit": "node node_modules/mocha/bin/mocha test/unit --recursive",
"test:integration": "node node_modules/mocha/bin/mocha test/integration --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FoundryAI/foundry-firehose.git"
},
"keywords": [
"AWS",
"Firehose",
"Kinesis",
"Event",
"logging"
],
"author": "Jonathan Fulton",
"license": "ISC",
"bugs": {
"url": "https://github.com/FoundryAI/foundry-firehose/issues"
},
"homepage": "https://github.com/FoundryAI/foundry-firehose#readme",
"dependencies": {
"aws-sdk": "^2.28.0",
"bluebird": "^3.5.0",
"fs-extra": "^3.0.1",
"joi": "^10.6.0",
"moment": "~2.18.1"
},
"devDependencies": {
"config": "~1.26.1",
"config-uncached": "1.0.2",
"hapiest-logger": "0.1.2",
"mocha": "~3.2.0",
"rmdir": "1.2.0",
"should": "~11.2.1",
"sinon": "~2.0.0"
}
}