UNPKG

aws-sqs-stream

Version:
37 lines (36 loc) 831 B
{ "name": "aws-sqs-stream", "version": "0.1.0", "description": "AWS SQS library written using node.js streams", "main": "index.js", "scripts": { "test": "mocha -R spec -u tdd test/tests/*.js" }, "repository": { "type": "git", "url": "git://github.com/tommymessbauer/aws-sqs-stream.git" }, "keywords": [ "aws", "sqs", "streams", "mixdown" ], "author": "Tommy Messbauer", "license": "MIT", "bugs": { "url": "https://github.com/tommymessbauer/aws-sqs-stream/issues" }, "homepage": "https://github.com/tommymessbauer/aws-sqs-stream", "dependencies": { "aws-sdk": "~2.0.0-rc10", "lodash": "~2.4.1", "memory-stream": "0.0.1", "mixdown-app": "^3.0.5" }, "devDependencies": { "mocha": "~1.17.1", "broadway": "~0.2.9", "async": "~0.2.10" } }