{
  "name": "base-option",
  "description": "Adds a few options methods to base, like `option`, `enable` and `disable`. See the readme for the full API.",
  "version": "0.8.4",
  "homepage": "https://github.com/node-base/base-option",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "node-base/base-option",
  "bugs": {
    "url": "https://github.com/node-base/base-option/issues"
  },
  "license": "MIT",
  "files": [
    "index.js",
    "LICENSE",
    "README.md",
    "utils.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "define-property": "^0.2.5",
    "get-value": "^2.0.6",
    "is-valid-app": "^0.2.0",
    "isobject": "^2.1.0",
    "lazy-cache": "^2.0.1",
    "mixin-deep": "^1.1.3",
    "option-cache": "^3.4.0",
    "set-value": "^0.3.3"
  },
  "devDependencies": {
    "base": "^0.11.1",
    "base-plugins": "^0.4.13",
    "gulp": "^3.9.1",
    "gulp-eslint": "^3.0.0",
    "gulp-format-md": "^0.1.9",
    "gulp-istanbul": "^1.0.0",
    "gulp-mocha": "^2.2.0",
    "mocha": "^2.5.3"
  },
  "keywords": [
    "api",
    "app",
    "application",
    "base",
    "baseplugin",
    "building-blocks",
    "config",
    "configuration",
    "create",
    "framework",
    "option",
    "options",
    "plugin",
    "plugins",
    "settings",
    "tool",
    "toolkit",
    "tools"
  ],
  "verb": {
    "run": true,
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "base",
        "base-task",
        "base-data"
      ]
    },
    "reflinks": [
      "verb",
      "verb-readme-generator"
    ],
    "lint": {
      "reflinks": true
    }
  }
}
