UNPKG

hapi-rabbit

Version:
50 lines (49 loc) 1.07 kB
{ "name": "hapi-rabbit", "version": "0.0.4", "description": "hapijs rabbitMQ plugin", "main": "index.js", "keywords": [ "hapi", "rabbit.js", "rabbitMQ", "event", "messageQueue", "messageBus" ], "dependencies": { "hapi": "^8.0.0", "hoek": "^2.10.0", "joi": "^5.0.2", "rabbit.js": "^0.4.2" }, "repository": { "type": "git", "url": "https://github.com/aduis/hapi-rabbit.git" }, "author": "Andre Duis <andre.duis@gmail.com>", "contributors": [ { "name": "Markus Dethlefsen", "email": "hapi-rabbit@markus-inger.de" } ], "scripts": { "start": "node index.js" }, "license": "ISC", "devDependencies": { "assert": "^1.1.2", "chai": "^1.10.0", "coveralls": "^2.11.2", "grunt": "^0.4.5", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-watch": "~0.5.3", "grunt-includes": "~0.4.0", "grunt-mocha-cov": "^0.3.0", "grunt-mocha-istanbul": "^2.2.0", "grunt-mocha-test": "^0.12.4", "istanbul": "^0.3.5", "mocha": "^2.0.1" } }