UNPKG

fs-walk

Version:

Synchronous and asynchronous recursive directory listing for node

23 lines (22 loc) 551 B
{ "name": "fs-walk", "description": "Synchronous and asynchronous recursive directory listing for node", "version": "0.0.2", "repository" : { "type" : "git", "url" : "https://github.com/confcompass/fs-walk.git" }, "author" : "Alberto Gonzalez <alberto@conference-compass.com", "license" : "MIT", "dependencies" : { "async": "*" }, "keywords": ["list", "walk", "directory", "fs"], "scripts": { "test": "mocha --reporter spec" }, "devDependencies": { "better-assert": "~1.0.0", "mocha": "~1.14.0" } }