find-nearest-file
Version:
Find the nearest file with a given name
39 lines (38 loc) • 1.04 kB
JSON
{
"name": "find-nearest-file",
"version": "1.1.0",
"description": "Find the nearest file with a given name",
"main": "find-nearest-file.js",
"publishConfig": {
"registry": "http://registry.npmjs.org"
},
"scripts": {
"lint": "jshint . --reporter=./node_modules/jshint-full-path/index.js",
"pretest": "npm run-script lint",
"test": "istanbul cover ./node_modules/.bin/_mocha -- -R spec",
"posttest": "istanbul check-coverage",
"showcoverage": "open coverage/lcov-report/index.html"
},
"repository": {
"type": "git",
"url": "git@github.com:bengourley/find-nearest-file.git"
},
"keywords": [
"find",
"nearest",
"file"
],
"author": "Ben Gourley",
"license": "ISC",
"bugs": {
"url": "https://github.com/bengourley/find-nearest-file/issues"
},
"homepage": "https://github.com/bengourley/find-nearest-file",
"devDependencies": {
"istanbul": "^0.3.2",
"jshint": "^2.5.6",
"jshint-full-path": "^1.1.1",
"mocha": "^1.21.5",
"rewire": "^2.1.0"
}
}