{
  "name": "mocha-xml-validator",
  "version": "0.1.0",
  "description": "Shrink-wrapped test tool for XML/DTD packages",
  "main": "main.js",
  "bin": {
    "mxv-validate": "./main.js"
  },
  "scripts": {
    "test": "test/test.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/klortho/mocha-xml-validator.git"
  },
  "keywords": [
    "XML",
    "DTD",
    "test",
    "mocha"
  ],
  "author": "NCBI",
  "license": "SEE LICENSE IN LICENSE.md",
  "bugs": {
    "url": "https://github.com/klortho/mocha-xml-validator/issues"
  },
  "homepage": "https://github.com/klortho/mocha-xml-validator#readme",
  "devDependencies": {
    "mocha": "^2.4.5",
    "node-getopt": "^0.2.3"
  },
  "dependencies": {
    "@klortho/libxmljs": "0.17.2",
    "chai": "^3.5.0",
    "commander": "^2.9.0",
    "lodash": "^4.2.1",
    "proxyquire": "^1.7.4",
    "use-strict": "^1.0.1"
  }
}
