{
  "name": "expand-pkg",
  "description": "Parse string values in package.json into objects.",
  "version": "0.1.9",
  "homepage": "https://github.com/jonschlinkert/expand-pkg",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "jonschlinkert/expand-pkg",
  "bugs": {
    "url": "https://github.com/jonschlinkert/expand-pkg/issues"
  },
  "license": "MIT",
  "files": [
    "index.js",
    "lib"
  ],
  "main": "index.js",
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "component-emitter": "^1.2.1",
    "debug": "^2.4.1",
    "defaults-deep": "^0.2.4",
    "export-files": "^2.1.1",
    "get-value": "^2.0.6",
    "kind-of": "^3.1.0",
    "lazy-cache": "^2.0.2",
    "load-pkg": "^3.0.1",
    "mixin-deep": "^1.1.3",
    "normalize-pkg": "^0.3.20",
    "omit-empty": "^0.4.1",
    "parse-author": "^1.0.0",
    "parse-git-config": "^1.1.1",
    "repo-utils": "^0.3.7"
  },
  "devDependencies": {
    "delete": "^0.3.2",
    "fs-exists-sync": "^0.1.0",
    "gitty": "^3.5.0",
    "gulp": "^3.9.1",
    "gulp-eslint": "^3.0.1",
    "gulp-format-md": "^0.1.11",
    "gulp-istanbul": "^1.1.1",
    "gulp-mocha": "^3.0.1",
    "gulp-unused": "^0.2.0",
    "mocha": "^3.2.0"
  },
  "keywords": [
    "author",
    "config",
    "expand",
    "json",
    "normalize",
    "package",
    "package-json",
    "parse",
    "person",
    "pkg",
    "properties",
    "repo",
    "repository",
    "url",
    "values"
  ],
  "verb": {
    "run": true,
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "highlight": "normalize-pkg",
      "list": [
        "normalize-pkg",
        "repo-utils",
        "sync-pkg"
      ]
    },
    "reflinks": [
      "map-schema",
      "normalize-pkg",
      "verb",
      "verb-readme-generator"
    ],
    "lint": {
      "reflinks": true
    }
  }
}
