recursive-readdir-synchronous
Version:
Get an array of all files in a directory and subdirectories synchronously. This is a fork of https://github.com/jergason/recursive-readdir.
29 lines (28 loc) • 636 B
JSON
{
"author": "delta-xz",
"name": "recursive-readdir-synchronous",
"description": "Get an array of all files in a directory and subdirectories synchronously. This is a fork of https://github.com/jergason/recursive-readdir.",
"license": "MIT",
"version": "0.0.4",
"repository": {
"type": "git",
"url": "https://github.com/delta-xz/recursive-readdir"
},
"main": "./index.js",
"scripts": {
"test": "mocha test/"
},
"keywords": [
"directory",
"lister"
],
"engines": {
"node": ">=0.6.6"
},
"dependencies": {
"minimatch": "3.0.4"
},
"devDependencies": {
"mocha": "1.14.0"
}
}