27 lines
622 B
JSON
27 lines
622 B
JSON
{
|
|
"name": "@choojs/findup",
|
|
"description": "Find a file by walking up the directory tree",
|
|
"version": "0.2.1",
|
|
"author": "Filirom1 <filirom1@gmail.com>",
|
|
"bin": {
|
|
"findup": "bin/findup.js"
|
|
},
|
|
"bugs": "https://github.com/choojs/findup/issues",
|
|
"dependencies": {
|
|
"commander": "^2.15.1"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.1.2",
|
|
"mocha": "^5.0.5"
|
|
},
|
|
"homepage": "https://github.com/choojs/findup",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/choojs/findup.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha ./test/*.js"
|
|
}
|
|
}
|