all-files-in-tree
Version:
Recursively get all files in a directory tree, given the root path (starting point)
30 lines (29 loc) • 689 B
JSON
{
"name": "all-files-in-tree",
"version": "1.1.2",
"description": "Recursively get all files in a directory tree, given the root path (starting point)",
"main": "index.js",
"scripts": {
"test": "mocha test/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luispablo/all-files-in-tree.git"
},
"keywords": [
"files",
"tree",
"find",
"all",
"recursive"
],
"author": "@luispablo",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/luispablo/all-files-in-tree/issues"
},
"homepage": "https://github.com/luispablo/all-files-in-tree#readme",
"devDependencies": {
"expect.js": "^0.3.1"
}
}