config-file
Version:
Find and load a YAML or JSON config file (like .jshintrc, package.json, bower.json etc) from either a local project, installed npm module, or the user's home directory.
57 lines (56 loc) • 1.18 kB
JSON
{
"name": "config-file",
"description": "Find and load a YAML or JSON config file (like .jshintrc, package.json, bower.json etc) from either a local project, installed npm module, or the user's home directory.",
"version": "0.3.2",
"homepage": "https://github.com/jonschlinkert/config-file",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/config-file",
"bugs": {
"url": "https://github.com/jonschlinkert/config-file/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"extend-shallow": "^2.0.0",
"global-modules": "^0.1.0",
"look-up": "^0.7.1",
"read-data": "^0.3.0"
},
"keywords": [
"config",
"configuration",
"detect",
"file",
"find",
"get",
"glob",
"json",
"load",
"look",
"rc",
"resolve",
"runtime",
"runtime-config",
"up",
"yaml"
],
"verb": {
"related": {
"list": [
"global-modules",
"look-up",
"read-data",
"read-yaml"
]
}
}
}