UNPKG

hapiest-firehose

Version:

Wrapper for AWS.Firehose that also provides a localstorage variation

46 lines (45 loc) 1.2 kB
{ "name": "hapiest-firehose", "version": "0.0.3", "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/jonathan-fulton/hapiest-firehose.git" }, "keywords": [ "Hapiest", "AWS", "Firehose", "Kinesis", "Event", "logging" ], "author": "Jonathan Fulton", "license": "ISC", "bugs": { "url": "https://github.com/jonathan-fulton/hapiest-firehose/issues" }, "homepage": "https://github.com/jonathan-fulton/hapiest-firehose#readme", "dependencies": { "aws-sdk": "2.4.0", "bluebird": "3.4.1", "fs-extra": "0.30.0", "joi": "8.4.2", "moment": "2.13.0" }, "devDependencies": { "config": "1.21.0", "config-uncached": "1.0.2", "hapiest-logger": "0.0.5", "mocha": "2.5.3", "rmdir": "1.2.0", "should": "10.0.0", "sinon": "1.17.4" } }