{
  "name": "xml-objtree",
  "version": "0.24.2",
  "description": "node.js port of the XML.ObjTree implementation from http://www.kawa.net/works/js/xml/objtree-e.html",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/cherrry/xml-objtree.git"
  },
  "keywords": [
    "xml",
    "objtree"
  ],
  "author": {
    "name": "Cherry Ng",
    "email": "cherry92@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/cherrry/xml-objtree/issues"
  },
  "homepage": "https://github.com/cherrry/xml-objtree",
  "dependencies": {
    "xmldom": "^0.1.19"
  }
}
