{
  "name": "pojo2xml",
  "version": "1.7.2",
  "description": "Convert plain old javascript objects (POJOs) to XML.  Fast.",
  "main": "src/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "benchmark": "node test/benchmark.js",
    "jshint": "jshint src/*.js test/*.js",
    "test": "npm run jshint && mocha test/*.spec.js",
    "release": "git push && git tag v$(jq -r .version package.json) && git push --tags && npm publish"
  },
  "keywords": [
    "js2xml",
    "json2xml"
  ],
  "author": "",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git://github.com/medic/pojo2xml.git"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "jshint": "^2.9.5",
    "json2xml": "^0.1.3",
    "mocha": "^5.1.0",
    "xml2js": "^0.4.19"
  }
}
