{
	"name": "munit",
	"description": "Modular Unit Testing",
	"keywords": [ "unit", "test", "module", "munit" ],
	"author": "Corey Hart <corey@codenothing.com> (http://www.codenothing.com)",
	"version": "0.0.8",
	"main": "./index.js",
	"homepage": "http://codenothing.github.com/munit/",
	"bin": "./bin/munit",
	"engines": {
		"node": ">=0.8"
	},
	"repository": {
		"type": "git",
		"url": "git://github.com/codenothing/munit.git"
	},
	"scripts": {
		"test": "make test-all"
	},
	"bugs": {
		"url": "https://github.com/codenothing/munit/issues",
		"email": "corey@codenothing.com"
	},
	"dependencies": {
		"argv": "0.0.2",
		"async": "0.2.9",
		"graceful-fs": "2.0.3"
	},
	"devDependencies": {
		"nlint": "0.0.7",
		"munit": "0.0.7"
	}
}
