{ "name" : "xml2js", "description" : "Simple XML to JavaScript object converter.", "keywords" : ["xml", "json"], "homepage" : "https://github.com/Leonidas-from-XIV/node-xml2js", "version" : "0.4.4", "author" : "Marek Kubica (http://xivilization.net)", "contributors" : [ "maqr (https://github.com/maqr)", "Ben Weaver (http://benweaver.com/)", "Jae Kwon (https://github.com/jaekwon)", "Jim Robert", "Ștefan Rusu (http://www.saltwaterc.eu/)", "Carter Cole (http://cartercole.com/)", "Kurt Raschke (http://www.kurtraschke.com/)", "Contra (https://github.com/Contra)", "Marcelo Diniz (https://github.com/mdiniz)", "Michael Hart (https://github.com/mhart)", "Zachary Scott (http://zacharyscott.net/)", "Raoul Millais (https://github.com/raoulmillais)", "Salsita Software (http://www.salsitasoft.com/)", "Mike Schilling (http://www.emotive.com/)", "Jackson Tian (http://weibo.com/shyvo)", "Mikhail Zyatin (https://github.com/Sitin)", "Chris Tavares (https://github.com/christav)", "Frank Xu (http://f2e.us/)", "Guido D'Albore (http://www.bitstorm.it/)", "Jack Senechal (http://jacksenechal.com/)", "Matthias Hölzl (https://github.com/hoelzl)", "Camille Reynders (http://www.creynders.be/)", "Taylor Gautier (https://github.com/tsgautier)", "Todd Bryan (https://github.com/toddrbryan)", "Leore Avidar (http://leoreavidar.com/)", "Dave Aitken (http://www.actionshrimp.com/)" ], "main" : "./lib/xml2js", "directories" : { "lib": "./lib" }, "scripts" : { "test": "zap" }, "repository" : { "type" : "git", "url" : "https://github.com/Leonidas-from-XIV/node-xml2js.git" }, "dependencies" : { "sax" : "0.6.x", "xmlbuilder" : ">=1.0.0" }, "devDependencies" : { "coffee-script" : ">=1.7.1", "zap" : ">=0.2.6", "docco" : ">=0.6.2", "diff" : ">=1.0.8" }, "licenses": [ { "type": "MIT", "url": "https://raw.github.com/Leonidas-from-XIV/node-xml2js/master/LICENSE" } ] }