wishthis/node_modules/@choojs/findup/package.json

28 lines
622 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
"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"
}
}