recursive-search
Version:
Recursively search a file in given directory from file name or RegExp
37 lines (36 loc) • 873 B
JSON
{
"name": "recursive-search",
"author": "Thibault Charbonnier <thibaultcha@me.com>",
"contributors": [
"woutervroege <wouter@woutervroege.nl>"
],
"version": "1.0.1",
"description": "Recursively search a file in given directory from file name or RegExp",
"keywords": [
"recursive",
"search",
"file",
"exists",
"RegExp",
"regex"
],
"license": "MIT",
"main": "./lib/recursive-search.js",
"scripts": {
"build": "coffee -b -o lib src/*.coffee",
"pretest": "npm run build",
"test": "mocha --compilers coffee:coffee-script/register --reporter spec"
},
"repository": {
"type": "git",
"url": "https://github.com/thibaultCha/node-recursive-search.git"
},
"dependencies": {
"coffee-script": "~1.8.0",
"dive": "~0.3.0"
},
"devDependencies": {
"mocha": "~2.0.1",
"should": "~4.3.0"
}
}