{
	"name": "read-glob",
	"version": "3.0.0",
	"description": "Search files with glob pattern and read them, Observable way",
	"repository": "shinnn/node-read-glob",
	"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
	"scripts": {
		"bench": "node benchmark/ignore-eisdir.js && node benchmark/nodir.js",
		"pretest": "eslint --fix --format=codeframe .",
		"test": "nyc --reporter=text --reporter=html node test.js"
	},
	"license": "ISC",
	"files": [
		"index.js"
	],
	"keywords": [
		"file",
		"files",
		"fs",
		"glob",
		"pattern",
		"match",
		"read",
		"async",
		"asynchronous",
		"asynchronously"
	],
	"dependencies": {
		"assert-fs-readfile-option": "^1.0.0",
		"glob-observable": "^0.7.0",
		"graceful-fs": "^4.1.11",
		"inspect-with-kind": "^1.0.4",
		"zen-observable": "^0.8.6"
	},
	"devDependencies": {
		"@shinnn/eslint-config-node": "^5.0.0",
		"eslint": "^4.18.1",
		"lodash": "^4.17.5",
		"nyc": "^11.5.0",
		"rmfr": "^2.0.0-3",
		"tape": "^4.9.0",
		"unglobbable": "^1.0.1"
	},
	"eslintConfig": {
		"extends": "@shinnn/node"
	}
}
