{
	"name": "bramqp",
	"version": "0.6.1",
	"description": "bakkerthehacker's rude AMQP library",
	"keywords": [
		"amqp",
		"bramqp"
	],
	"homepage": "http://github.com/bakkerthehacker/bramqp",
	"bugs": {
		"url": "http://github.com/bakkerthehacker/bramqp/issues"
	},
	"license": "MIT",
	"author": {
		"name": "Grant Bakker",
		"email": "grant@bakker.pw",
		"url": "http://github.com/bakkerthehacker/"
	},
	"contributors": [],
	"main": "./lib/bramqp",
	"repository": {
		"type": "git",
		"url": "git://github.com/bakkerthehacker/bramqp.git"
	},
	"dependencies": {
		"async": "~3.1.0",
		"buffer-more-ints": "~1.0.0",
		"pkginfo": "~0.4.1",
		"xml2js": "~0.4.19"
	},
	"devDependencies": {
		"vows": "~0.8.2"
	},
	"scripts": {
		"lint": "pre-commit run --all-files",
		"test": "vows --spec",
		"posttest": "npm run lint"
	},
	"engines": {
		"node": ">=6"
	},
	"readme": ""
}
