{
	"name": "gerard",
	"version": "0.2.0",
	"description": "Graceful Recursive ReadDir",
	"main": "index.js",
	"scripts": {
		"lint": "jscs . && jshint index.js test/test.js",
		"test": "mocha test -R list --check-leaks"
	},
	"repository": {
		"type": "git",
		"url": "git://github.com/benderjs/gerard.git"
	},
	"keywords": [
		"graceful",
		"recursive",
		"readdir",
		"read",
		"directory",
		"fs"
	],
	"author": "CKSource (http://cksource.com/)",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/benderjs/gerard/issues"
	},
	"dependencies": {
		"graceful-fs": "~3.0.2",
		"minimatch": "~0.3.0"
	},
	"devDependencies": {
		"chai": "~1.9.1",
		"jscs": "^1.8.1",
		"jshint": "~2.5.2",
		"mocha": "~1.20.1"
	}
}
