{
	"name": "mocha2",
	"version": "1.4.1",
	"description": "simple, flexible, fun test framework - fork of mocha by TJ Holowaychuk <tj@vision-media.ca>",
	"keywords": ["test", "bdd", "tdd", "tap"],
	"author": "Harald Rudell <harald@allgoodapps.com> (http://www.haraldrudell.com)",
	"contributors": [
		"TJ Holowaychuk <tj@vision-media.ca>",
		{
			"name": "Harald Rudell",
			"email": "harald@allgoodapps.com",
			"web": "http://www.haraldrudell.com"
		}
	],
	"repository": {
		"type": "git",
		"url": "git://github.com/haraldrudell/mocha.git"
	},
	"main": "./index",
	"bin": {
		"mocha": "./bin/mocha",
		"_mocha": "./bin/_mocha"
	},
	"engines": {
		"node": ">= 0.4.x"
	},
	"scripts": {
		"test": "make test-all"
	},
	"dependencies": {
		"commander": "0.6.1",
		"growl": "1.5.x",
		"jade": "0.26.3",
		"diff": "1.0.2",
		"debug": "*",
		"mkdirp": "0.3.3"
	},
	"devDependencies": {
		"should": "*",
		"coffee-script": "1.2"
	}
}