UNPKG

amqplib-mock

Version:

Mock library for amqplib with promise and callback api support.

32 lines (31 loc) 701 B
{ "name": "amqplib-mock", "version": "0.0.5", "description": "Mock library for amqplib with promise and callback api support.", "main": "index.js", "directories": { "lib": "lib" }, "scripts": { "test": "mocha test/ --recursive --exit --reporter spec" }, "repository": { "type": "git", "url": "git+https://github.com/jbactad/amqplib-mock.git" }, "keywords": [ "mock", "amqplib", "amqp", "test" ], "author": "Jim Geoshua P. Bactad", "license": "MIT", "bugs": { "url": "https://github.com/jbactad/amqplib-mock/issues" }, "homepage": "https://github.com/jbactad/amqplib-mock#readme", "devDependencies": { "mocha": "^4.1.0" } }