snyk-recursive-readdir
Version:
Get an array of all files in a directory and subdirectories.
29 lines (28 loc) • 599 B
JSON
{
"author": "Jamison Dance <jergason@gmail.com> (http://jamisondance.com/)",
"name": "snyk-recursive-readdir",
"description": "Get an array of all files in a directory and subdirectories.",
"license": "MIT",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://github.com/Snyk/recursive-readdir"
},
"main": "./index.js",
"scripts": {
"test": "mocha test/"
},
"keywords": [
"directory",
"lister"
],
"engines": {
"node": ">=0.6.6"
},
"dependencies": {
"minimatch": "3.0.2"
},
"devDependencies": {
"mocha": "1.14.0"
}
}