{
  "name": "node-document-validator-jsv",
  "description": "Validator adapter `jsv` for `node-document` ODM for Node.js.",
  "keywords": ["document", "odm", "object document mapper", "generic", "unified", "validator", "schema", "adapter", "jsv"],
  "version": "0.1.0",
  "homepage": "https://github.com/grimen/node-document-validator-jsv",
  "repository": {
    "type": "git",
    "url": "https://github.com/grimen/node-document-validator-jsv.git"
  },
  "bugs": {
    "web": "https://github.com/grimen/node-document-validator-jsv/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/grimen/node-document-validator-jsv/blob/MIT-LICENSE"
    }
  ],
  "author": "Jonas Grimfelt <grimen@gmail.com>",
  "maintainers": [
    {
      "name": "Jonas Grimfelt",
      "email": "grimen@gmail.com",
      "web": "https://github.com/grimen"
    }
  ],
  "contributors": [],
  "directories": {
    "lib": "./lib"
  },
  "main": "./index.js",
  "scripts": {
    "test": "make test",
    "test-ci": "make test-ci"
  },
  "bin": {},
  "engines": {
    "node": ">= 0.8.0"
  },
  "dependencies": {
    "funargs": "latest",
    "sugar": "latest",
    "node-document-validator": "latest",
    "JSV": "latest"
  },
  "devDependencies": {
    "mocha": "latest"
  }
}