{
  "name": "data2xml",
  "description": "A data to XML converter with a nice interface (for NodeJS).",
  "version": "1.3.4",
  "main": "data2xml.js",
  "homepage": "https://github.com/chilts/data2xml",
  "repository": {
    "type": "git",
    "url": "git@github.com:chilts/data2xml.git"
  },
  "scripts": {
    "test": "set -e; for FILE in test/*.js; do node $FILE; done"
  },
  "devDependencies": {
    "tape": "^4.9.1"
  },
  "author": {
    "name": "Andrew Chilton",
    "email": "andychilton@gmail.com",
    "url": "https://chilts.org/"
  },
  "keywords": [
    "data",
    "xml",
    "data2xml",
    "datatoxml",
    "js2xml",
    "jstoxml",
    "json2xml",
    "jsontoxml"
  ],
  "license": "MIT"
}
