{
	"name": "mochawrapper",
	"description": "Easy testing using mocha and assert by Harald Rudell",
	"author": "Harald Rudell <harald@allgoodapps.com> (http://www.haraldrudell.com)",
	"keywords": ["test", "bdd", "tdd", "mocha", "assert", "nodeunit"],
	"homepage": "https://github.com/haraldrudell/mochawrapper",
	"version": "0.0.34",
	"contributors": [
		"Harald Rudell <harald@allgoodapps.com> (http://www.haraldrudell.com)"
	],
	"dependencies": {
		"jade": "*",
		"haraldutil": ">= 0.1.5",
		"greatjson": ">= 0.0.8",
		"uglify-js": "<= 1.3.4",
		"mocha2": "*"
	},
	"devDependencies": {
	},
	"repository" : {
		"type" : "git",
		"url" : "https://haraldrudell@github.com/haraldrudell/mochawrapper.git"
	},
	"bin": {
		"mocha": "./bin/mocha",
		"_mocha": "./bin/_mocha",
		"mochacoverage": "./bin/mochacoverage",
		"addmocha": "./bin/addmocha"
	},
	"main": "lib/mochawrapper",
	"scripts": {
		"test": "mocha --ui exports --reporter spec",
		"monitor": "mocha --ui exports --reporter min --watch",
		"debugtest": "mocha --debug-brk --ui exports --reporter spec",
		"coverage": "mochacoverage"
	}
}