UNPKG

servicebus-register-handlers

Version:

module for registering all servicebus handlers in a folder, according to convention

36 lines (35 loc) 927 B
{ "name": "servicebus-register-handlers", "version": "0.2.2", "description": "module for registering all servicebus handlers in a folder, according to convention", "main": "index.js", "scripts": { "test": "NODE_ENV=test ./node_modules/.bin/mocha test -R spec --recursive" }, "repository": { "type": "git", "url": "git@github.com:mateodelnorte/servicebus-register-handlers.git" }, "keywords": [ "servicebus", "bus", "handlers" ], "author": "mateodelnorte", "license": "ISC", "bugs": { "url": "https://github.com/mateodelnorte/servicebus-register-handlers/issues" }, "homepage": "https://github.com/mateodelnorte/servicebus-register-handlers", "dependencies": { "amqp-match": "0.0.0", "async": "^2.0.0", "debug": "^4.0.0", "objectify-folder": "^1.1.4" }, "devDependencies": { "mocha": "5.2.0", "should": "13.2.3", "sinon": "7.2.2" } }