{
  "name": "base-pkg",
  "description": "Plugin for adding a `pkg` method that exposes pkg-store to your base application.",
  "version": "1.0.0",
  "homepage": "https://github.com/node-base/base-pkg",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "node-base/base-pkg",
  "bugs": {
    "url": "https://github.com/node-base/base-pkg/issues"
  },
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=6"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "debug": "^3.1.0",
    "expand-pkg": "^0.1.8",
    "is-valid-app": "^0.3.0",
    "pkg-store": "^1.0.1"
  },
  "devDependencies": {
    "base-cwd": "^0.3.4",
    "base": "^1.0.0",
    "gulp-format-md": "^1.0.0",
    "mocha": "^3.5.3"
  },
  "keywords": [
    "api",
    "app",
    "application",
    "base",
    "base-plugin",
    "baseplugin",
    "building-blocks",
    "create",
    "framework",
    "pkg",
    "plugin",
    "plugins",
    "tool",
    "toolkit",
    "tools"
  ],
  "verb": {
    "run": true,
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "base",
        "base-options",
        "cache-base",
        "pkg-store"
      ]
    },
    "lint": {
      "reflinks": true
    },
    "reflinks": [
      "cache-base",
      "expand-pkg",
      "pkg-store"
    ]
  }
}
