{
	"name": "MicroServices",
	"version": "0.0.7",
	"description": "a microservice architecture ready to use. Just use heritage on workers.",
	"author": "kobe1980 <kobe1980@gmail.com>",
	"bin": {
		"run": "./SystemManager.js"
	},
	"dependencies": {
		"rabbit.js": "0.4.4",
		"cli-color": "0.3.3",
		"simply-uuid": "1.0.1",
		"bson": "0.4.23",
		"msgpack5": "3.3.0"
	},
	"devDependencies": {
		"mocha": "2.4.*",
		"should": "8.3.*",
		"istanbul": "0.4.3"
	},
	"scripts": {
		"start": "node SystemManager.js",
		"test": "node_modules/mocha/bin/mocha",
		"coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- --ui bdd -R spec -t 5000"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/kobe1980/MicroServices.git"
	},
	"keywords": [
		"Microservices",
		"Services",
		"Job",
		"Worker",
		"Messages",
		"RabbitMQ",
		"Distributed architecture"
	],
	"license": "MIT"
}
