UNPKG

base-config

Version:

base-methods plugin that adds a `config` method for mapping declarative configuration values to other 'base' methods or custom functions.

89 lines (88 loc) 1.78 kB
{ "name": "base-config", "description": "base-methods plugin that adds a `config` method for mapping declarative configuration values to other 'base' methods or custom functions.", "version": "0.5.2", "homepage": "https://github.com/node-base/base-config", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "node-base/base-config", "bugs": { "url": "https://github.com/node-base/base-config/issues" }, "license": "MIT", "files": [ "index.js", "utils.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": { "isobject": "^2.0.0", "lazy-cache": "^1.0.3", "map-config": "^0.5.0", "resolve-dir": "^0.1.0" }, "devDependencies": { "base": "^0.7.9", "base-data": "^0.3.7", "base-option": "^0.6.1", "base-plugins": "^0.4.4", "base-store": "^0.4.1", "expand-args": "^0.3.6", "gulp": "^3.9.1", "gulp-eslint": "^2.0.0", "gulp-format-md": "^0.1.7", "gulp-istanbul": "^0.10.3", "gulp-mocha": "^2.2.0", "minimist": "^1.2.0", "mocha": "*" }, "keywords": [ "app", "base", "baseplugin", "cache", "command", "command-line", "config", "data", "extend", "line", "merge", "method", "methods", "plugin", "store" ], "verb": { "related": { "list": [ "base", "base-cli", "base-data", "base-options", "base-plugins", "base-store" ] }, "run": true, "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "reflinks": [ "verb" ], "lint": { "reflinks": true } } }