{
  "name": "map-schema",
  "description": "Normalize an object by running normalizers and validators that are mapped to a schema.",
  "version": "0.2.4",
  "homepage": "https://github.com/jonschlinkert/map-schema",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "jonschlinkert/map-schema",
  "bugs": {
    "url": "https://github.com/jonschlinkert/map-schema/issues"
  },
  "license": "MIT",
  "files": [
    "index.js",
    "lib"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "arr-union": "^3.1.0",
    "collection-visit": "^0.2.3",
    "component-emitter": "^1.2.1",
    "debug": "^2.6.0",
    "define-property": "^0.2.5",
    "extend-shallow": "^2.0.1",
    "get-value": "^2.0.6",
    "is-primitive": "^2.0.0",
    "kind-of": "^3.1.0",
    "lazy-cache": "^2.0.2",
    "log-utils": "^0.2.1",
    "longest": "^1.0.1",
    "mixin-deep": "^1.1.3",
    "object.omit": "^2.0.1",
    "object.pick": "^1.2.0",
    "omit-empty": "^0.4.1",
    "pad-right": "^0.2.2",
    "set-value": "^0.4.0",
    "sort-object-arrays": "^0.1.1",
    "union-value": "^0.2.3"
  },
  "devDependencies": {
    "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",
    "isobject": "^3.0.0",
    "mocha": "^3.2.0"
  },
  "keywords": [
    "map",
    "schema"
  ],
  "verb": {
    "run": true,
    "toc": "collapsible",
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "highlight": "normalize-pkg",
      "list": [
        "get-value",
        "normalize-pkg",
        "object.omit",
        "object.pick",
        "set-value"
      ]
    },
    "reflinks": [
      "isobject",
      "normalize-pkg",
      "verb"
    ],
    "lint": {
      "reflinks": true
    }
  }
}
