{
  "name": "@passify/xsd-schema-validator",
  "version": "0.7.1",
  "description": "A (XSD) schema validator for nodejs",
  "main": "lib/validator.js",
  "scripts": {
    "all": "run-s lint test",
    "lint": "eslint .",
    "test": "mocha",
    "postinstall": "javac support/XMLValidator.java"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nikku/node-xsd-schema-validator"
  },
  "keywords": [
    "xsd",
    "xml",
    "schema",
    "validator",
    "validation"
  ],
  "author": "Nikku",
  "contributors": [
    {
      "name": "passify",
      "web": "https://github.com/passify"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "chai": "^4.1.2",
    "eslint": "^4.16.0",
    "eslint-plugin-mocha": "^4.11.0",
    "mocha": "^5.0.0",
    "npm-run-all": "^4.1.2"
  }
}