{
  "name": "xml2js",
  "description": "Simple XML to JavaScript object converter.",
  "version": "0.1.6",
  "author": "maqr <maqr.lollerskates@gmail.com>",
  "keywords": ["xml", "json"],
  "directories": { "lib": "./lib" },
  "main": "./lib/index",
  "dependencies" : { "sax" : ">=0.1.1" },
  "repository" : {
    "type": "git",
    "url": "https://github.com/Leonidas-from-XIV/node-xml2js.git"
  }
}
