{
	"name":"amqp-heartbeat",
	"version":"1.6.0",
	"description":"Send heartbeat messages to RabbitMQ",
	"author":"ma-ha",
	"main":"index.js",
	"scripts":{
		"start":"node index.js"
	},
	"dependencies":{
		"amqplib":"^0.4.2",
		"npmlog":"^4.0.0",
		"node-uuid":"^1.4.7"
	},
	"keywords":["RabbiMQ","MicroServices","Service","Registry"],
	"repository":{
		"type":"git",
		"url":"https://github.com/ma-ha/amqp-heartbeat.git"
	},
	"license":"MIT"
}