{ "name" : "xmlrpc-rosnodejs"
, "description" : "A pure JavaScript XML-RPC client and server. Patched fork from https://github.com/baalexander/node-xmlrpc."
, "keywords" : [ "xml-rpc", "xmlrpc", "xml", "rpc" ]
, "version" : "1.4.1"
, "preferGlobal" : false
, "homepage" : "https://github.com/chfritz/node-xmlrpc"
, "author" : "Christian Fritz <christian.fritz@gmail.com> (https://github.com/chfritz)"
, "repository" : {
    "type" : "git"
  , "url" : "git://github.com/chfritz/node-xmlrpc.git#separate_package"
  }
, "bugs" : {
    "url" : "https://github.com/chfritz/node-xmlrpc/issues"
  }
, "directories" : {
    "lib" : "./lib"
  }
, "main" : "./lib/xmlrpc.js"
, "dependencies" : {
    "sax"   : "1.2.x"
  , "xmlbuilder" : "8.2.x"
  }
, "devDependencies" : {
    "vows" : "0.7.x"
  }
, "scripts" : {
    "test" : "vows 'test/*.js'"
  }
, "engines" : {
    "node" : ">=0.8",
    "npm" : ">=1.0.0"
  }
, "license" : "MIT"
}
