{
  "name": "express-xml-bodyparser",
  "version": "0.3.0",
  "description": "Simple XML body parser connect/express middleware",
  "author": "Matthias Adler <macedigital@gmail.com> (http://matthiasadler.info/)",
  "contributors": [
    "asperling (https://github.com/asperling)",
    "Pavel Strashkin (https://github.com/xaka)",
    "ophentis (https://github.com/ophentis)",
    "fiznool (https://github.com/fiznool)",
    "dirksen (https://github.com/dirksen)"
  ],
  "homepage": "https://github.com/macedigital/express-xml-bodyparser",
  "main": "./index.js",
  "scripts": {
    "test": "mocha --reporter spec --check-leaks --bail test/ 2> /dev/null",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/ 2> /dev/null",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/ 2> /dev/null"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:macedigital/express-xml-bodyparser.git"
  },
  "keywords": [
    "xml",
    "json",
    "middleware",
    "parser",
    "express"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/macedigital/express-xml-bodyparser/issues"
  },
  "dependencies": {
    "xml2js": "^0.4.11"
  },
  "devDependencies": {
    "mocha": "^2.2.5",
    "supertest": "^1.0.1",
    "istanbul": "^0.3.7",
    "express": "^3.18"
  },
  "engines": {
    "node": ">=0.10"
  },
  "directories": {
    "test": "test"
  },
  "files": [
    "LICENSE",
    "README.md",
    "index.js",
    "lib/"
  ],
  "readmeFilename": "README.md"
}
