{
  "name": "xmlparser",
  "version": "0.1.0",
  "description": "an xml2json package for nodejs",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "node ./test/demo.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yhostc/xmlparser.git"
  },
  "keywords": [
    "XML2JSON",
    "xml2json",
    "xml",
    "xmlparser",
    "json"
  ],
  "author": "yhostc",
  "license": "BSD"
}