dive
Version:
walk through directory trees and apply an action to every file
36 lines (35 loc) • 988 B
JSON
{
"name": "dive",
"description": "walk through directory trees and apply an action to every file",
"author": "Paul Vorbach <paul@vorba.ch> (http://vorba.ch/)",
"contributors": [
"Jasper Palfree (https://github.com/wellcaffeinated)",
"Jan Mühlemann (https://github.com/jamuhl)",
"Axel Hecht <axel@pike.org> (http://blog.mozilla.com/axel/)",
"Jimb Esser (https://github.com/Jimbly)",
"Zoltan (https://github.com/tssajo)",
"Manoj Patel <mapatel@microsoft.com> (https://github.com/nojvek)",
"Mathias Pettersson (https://github.com/mape)"
],
"version": "0.5.0",
"main": "dive.js",
"repository": {
"type": "git",
"url": "git://github.com/pvorb/node-dive.git"
},
"tags": [
"recursive",
"file walking",
"directories",
"async"
],
"bugs": {
"url": "http://github.com/pvorb/node-dive/issues"
},
"engines": {
"node": ">= 0.4.0"
},
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {}
}