{

	"author"		: "Stackdot <info@stackdot.com> (Quinton Pike)",
	"name"			: "openvz",
	"description"	: "OpenVZ wrapper for NodeJS",
	"version"		: "0.2.5",
	"main"			: "OpenVZ.js",
	"keywords"		: ["openvz","wrapper","api","vms","virtualization"],
	
	"repository" : {
		"type"	: "git",
		"url"	: "https://github.com/qrpike/OpenVZ-Wrapper-NodeJS"
	},
	
	"dependencies"		: {
		"colors"	: "*",
		"validator"	: "*",
		"async"		: "*",
		"nexpect"	: "*"
	},
	
	"engines": {
		"node": "*"
	}
}
