{ "name": "rabbit.js", "description": "Easy stream-based messaging using RabbitMQ", "version": "0.4.4", "homepage": "http://github.com/squaremo/rabbit.js", "repository": { "type": "git", "url": "https://github.com/squaremo/rabbit.js.git" }, "author": "Michael Bridgen ", "directories": { "lib": "lib", "test": "test" }, "main": "./index", "scripts": { "test": "./node_modules/mocha/bin/mocha --ui exports test" }, "engines": { "node": ">=0.8 <0.13 || ^1" }, "dependencies": { "amqplib": "0.3.2", "node-uuid": "", "readable-stream": "~1 >=1.0.2" }, "devDependencies": { "mocha": "" } }