UNPKG

node-filepaths

Version:
31 lines (30 loc) 678 B
{ "name": "node-filepaths", "version": "0.1.0", "description": "Get paths to all files in dirs/subdirs", "keywords": [ "paths", "files", "dirs", "recursive" ], "author": "Daniel St. Jules <danielst.jules@gmail.com>", "license": "MIT", "homepage": "https://github.com/danielstjules/node-filepaths", "repository": { "type": "git", "url": "https://github.com/danielstjules/node-filepaths.git" }, "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha -R spec test.js" }, "dependencies": { "file": "0.2.2" }, "devDependencies": { "chai": "^3.0.0", "mocha": "^2.2.5", "mock-fs": "^2.7.0" } }