{
  "name": "@matthieu.ghilain/xsd2jsonschema",
  "description": "A pure JavaScript library for converting complex XML Schemas into equivalent JSON Schemas.",
  "version": "0.0.2",
  "homepage": "http://www.xsd2jsonschema.org",
  "license": "Apache-2.0",
  "author": "Andrew Bober <andy@andrewbober.com> (http://www.andrewbober.com)",
  "contributors": [],
  "keywords": [
    "xml",
    "schema",
    "xml schema",
    "xsd",
    "json",
    "jsonschema",
    "json schema",
    "draft-v4",
    "draft-v6",
    "draft-v7",
    "conversion",
    "convert",
    "translate",
    "transform"
  ],
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andrewbober/xsd2jsonschema.git"
  },
  "engines": {
    "node": ">=6.11.0"
  },
  "scripts": {
    "prepare": "require-self",
    "test": "jasmine --config=test/unit/jasmine.json",
    "functionalTestJ": "jasmine test/functional/functionalTestSpec.js",
    "functionalTest": "node test/functional/allFunctionalTests.js",
    "cover": "nyc --reporter=lcov nyc npm test",
    "update-coveralls": "cat coverage/lcov.info | coveralls",
    "convert-and-save": "node examples/convert-and-save.js",
    "convert-and-validate": "node examples/convert-and-validate.js",
    "visitors": "node examples/visitors.js",
    "hello-world": "node examples/hello-world.js",
    "jsdoc": "jsdoc -c jsdoc-conf.json -t ./node_modules/jsdoc-oblivion/template -R README.md -r ./src/",
    "jsdoc2": "jsdoc -c jsdoc-conf-better-docs.json -r ./src/"
  },
  "dependencies": {
    "clone": "^2.1.2",
    "debug": "^3.2.6",
    "deep-eql": "^4.0.0",
    "fs-extra": "^3.0.1",
    "get-uri": "^2.0.3",
    "urijs": "^1.19.1",
    "validator": "^9.4.1",
    "xml2js": "^0.4.19",
    "xmldom": "^0.1.27",
    "xpath": "0.0.24"
  },
  "devDependencies": {
    "ajv": "^4.11.5",
    "better-docs": "^1.1.6",
    "coveralls": "^3.0.3",
    "ink-docstrap": "^1.3.2",
    "jasmine": "^3.4.0",
    "jsdoc": "^3.6.3",
    "jsdoc-oblivion": "0.0.4",
    "nyc": "^14.1.0",
    "require-self": "^0.2.3"
  },
  "bugs": {
    "url": "https://github.com/andrewbober/xsd2jsonschema/issues"
  },
  "directories": {
    "doc": "docs",
    "example": "examples",
    "test": "test"
  }
}
