UNPKG

node-readdir

Version:

A lightweight Node.js module to recursively read files in a directory

26 lines (25 loc) 472 B
{ "name": "node-readdir", "version": "1.0.1", "description": "A lightweight Node.js module to recursively read files in a directory", "main": "index.js", "scripts": { "test": "mocha" }, "keywords": [ "readfiles", "read", "readfile", "readdir", "dir", "path", "fs" ], "author": "Alejandro Gonzalez Sole", "license": "MIT", "devDependencies": { "chai": "^3.5.0", "mocha": "^2.4.5", "mock-fs": "^3.9.0" } }