{
  "name": "is-my-json-valid",
  "version": "1.3.9",
  "description": "A JSONSchema / orderly validator that uses code generation to be extremely fast",
  "main": "index.js",
  "dependencies": {
    "generate-function": "^2.0.0",
    "generate-object-property": "^1.1.0",
    "orderly": "^1.1.0",
    "xtend": "^4.0.0"
  },
  "devDependencies": {
    "tape": "^2.13.4"
  },
  "scripts": {
    "test": "tape test/validate.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mafintosh/is-my-json-valid"
  },
  "keywords": [
    "json",
    "schema",
    "orderly",
    "jsonschema"
  ],
  "author": "Mathias Buus",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mafintosh/is-my-json-valid/issues"
  },
  "homepage": "https://github.com/mafintosh/is-my-json-valid"
}
