{
  "name": "express-xml-domparser",
  "version": "0.0.3",
  "description": "Express middleware to read in the body of an XML http request into a DOM",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git@github.com:jonathana/express-xml-domparser.git"
  },
  "keywords": [
    "expressjs",
    "express",
    "xml",
    "middleware"
  ],
  "author": "Jonathan M. Altman",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jonathana/express-xml-domparser/issues"
  },
  "homepage": "https://github.com/jonathana/express-xml-domparser",
  "dependencies": {
    "libxmljs": "~0.18.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "highland": "^2.8.1",
    "mocha": "^2.5.3"
  },
  "scripts": {
    "test": "mocha"
  }
}
