common-config
Version:
Config store for values that are commonly needed by project scaffolders, like Generate or Yeoman.
83 lines (82 loc) • 1.68 kB
JSON
{
"name": "common-config",
"description": "Config store for values that are commonly needed by project scaffolders, like Generate or Yeoman.",
"version": "0.1.1",
"homepage": "https://github.com/jonschlinkert/common-config",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/common-config",
"bugs": {
"url": "https://github.com/jonschlinkert/common-config/issues"
},
"license": "MIT",
"files": [
"cli.js",
"index.js",
"LICENSE",
"README.md",
"utils.js"
],
"main": "index.js",
"bin": {
"common-config": "cli.js"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"composer": "^0.13.0",
"data-store": "^0.16.1",
"get-value": "^2.0.6",
"lazy-cache": "^2.0.1",
"log-utils": "^0.2.0",
"object.pick": "^1.1.2",
"omit-empty": "^0.4.1",
"question-cache": "^0.4.0",
"set-value": "^3.0.1",
"strip-color": "^0.1.0",
"tableize-object": "^0.1.0",
"text-table": "^0.2.0",
"yargs-parser": "^2.4.0"
},
"devDependencies": {
"gulp-format-md": "^0.1.9",
"mocha": "^2.5.3"
},
"keywords": [
"cache",
"common",
"config",
"data",
"global",
"preferences",
"save",
"settings",
"store"
],
"verb": {
"toc": true,
"layout": "common-minimal",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"base-store",
"data-store"
]
},
"reflinks": [
"verb",
"verb-readme-generator"
],
"lint": {
"reflinks": true
}
}
}