{
  "name": "common-questions",
  "description": "An object of questions commonly used by project generators or when initializing projects. Questions can be overridden, updated or extended.",
  "version": "0.5.1",
  "homepage": "https://github.com/generate/common-questions",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "generate/common-questions",
  "bugs": {
    "url": "https://github.com/generate/common-questions/issues"
  },
  "license": "MIT",
  "files": [
    "index.js",
    "lib"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=4.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "base-pkg": "^0.2.4",
    "base-project": "^0.2.1",
    "base-questions": "^0.7.4",
    "camel-case": "^3.0.0",
    "common-config": "^0.1.0",
    "debug": "^2.2.0",
    "define-property": "^0.2.5",
    "extend-shallow": "^2.0.1",
    "get-value": "^2.0.6",
    "is-valid-app": "^0.2.0",
    "lazy-cache": "^2.0.1",
    "mixin-deep": "^1.2.0",
    "omit-empty": "^0.4.1",
    "set-getter": "^0.1.0",
    "set-value": "^2.0.0"
  },
  "devDependencies": {
    "ask-when": "^0.1.4",
    "base": "^0.11.1",
    "gulp-format-md": "^0.1.10",
    "mocha": "^3.0.2"
  },
  "keywords": [
    "answer",
    "ask",
    "base",
    "cache",
    "cli",
    "common",
    "config",
    "data",
    "interactive",
    "prompt",
    "question",
    "questions",
    "store"
  ],
  "verb": {
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "answer-store",
        "base",
        "base-questions",
        "question-cache",
        "question-store"
      ]
    },
    "reflinks": [
      "base",
      "question-cache",
      "question-store",
      "verb",
      "verb-generate-readme"
    ],
    "lint": {
      "reflinks": true
    }
  }
}
