{
  "name": "xml_schema_to_json",
  "version": "0.1.3",
  "description": "npm module to convert xml schemas to json - format",
  "main": "index.js",
  "readmeFilename": "README.md",
  "scripts": {
    "test": "./node_modules/.bin/mocha --reporter spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WilliamJiang/nodeXmlSchemas.git"
  },
  "keywords": [
    "webmd",
    "xml-schema",
    "json-format"
  ],
  "author": "William Jiang <wjiang@webmd.net> (http://webmd.com)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/WilliamJiang/nodeXmlSchemas/issues"
  },
  "homepage": "https://github.com/WilliamJiang/nodeXmlSchemas#readme",
  "devDependencies": {
    "chai": "^3.4.1",
    "mocha": "^2.3.4"
  }
}
