{
	"name" : "hiredis-simple",
	"version" : "0.3.3",
	"description" : "Synchronous, blocking simple Redis, hiredis C client binding.",
	"keywords" : [
		"redis",
		"hiredis",
		"synchronous"
	],
	"homepage" : "http://github.com/RayKitajima/hiredis-simple",
	"repository" : {
		"type" : "git",
		"url"  : "git://github.com/RayKitajima/hiredis-simple"
	},
	"author" : {
		"name" : "Rei Kitajima",
		"email" : "rei.kitajima@gmail.com>"
	},
	"main" : "./lib",
	"dependencies" : {
		"nan" : "~1.6.0"
	},
	"scripts" : { 
		"prepublish" : "rm -r build || (exit 0)",
		"install"    : "node-gyp rebuild || (exit 0)"
	},
	"engines" : { "node": ">= 0.8.0" }
}
