fine
Version:
Tiny, recursive and synchronous file finder utility
30 lines (29 loc) • 677 B
JSON
{
"name": "fine",
"version": "0.0.2",
"description": "Tiny, recursive and synchronous file finder utility",
"keywords": ["find", "findr", "finder"],
"main": "index.js",
"homepage": "https://github.com/vesln/fine",
"directories": {
"test": "test"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/vesln/fine.git"
},
"author": "Veselin Todorov <hi@vesln.com>",
"license": "MIT",
"devDependencies": {
"mocha": "~1.13.0",
"chai": "~1.8.1",
"jshint": "~2.3.0",
"coveralls": "~2.3.0",
"jscoverage": "~0.3.8",
"mocha-lcov-reporter": "0.0.1",
"nixt": "~0.0.4"
}
}