find-rc
Version:
Find a .rc file given a name
28 lines (27 loc) • 614 B
JSON
{
"name": "find-rc",
"version": "4.0.2",
"description": "Find a .rc file given a name",
"main": "lib/index.js",
"scripts": {
"lint": "belly-button",
"pretest": "npm run lint",
"test": "lab -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geek/find-rc.git"
},
"keywords": [],
"author": "",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/geek/find-rc/issues"
},
"homepage": "https://github.com/geek/find-rc#readme",
"devDependencies": {
"belly-button": "5.x.x",
"@hapi/code": "8.x.x",
"@hapi/lab": "22.x.x"
}
}