xml2js
Version:
Simple XML to JavaScript object converter.
44 lines (43 loc) • 1.49 kB
JSON
{
"name" : "xml2js",
"description" : "Simple XML to JavaScript object converter.",
"keywords" : ["xml", "json"],
"homepage" : "https://github.com/Leonidas-from-XIV/node-xml2js",
"version" : "0.2.3",
"author" : "Marek Kubica <marek@xivilization.net> (http://xivilization.net)",
"contributors" : [
"maqr <maqr.lollerskates@gmail.com> (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 <carter.cole@cartercole.com> (http://cartercole.com/)",
"Kurt Raschke <kurt@kurtraschke.com> (http://www.kurtraschke.com/)",
"Contra <contra@australia.edu> (https://github.com/Contra)",
"Marcelo Diniz <marudiniz@gmail.com> (https://github.com/mdiniz)",
"Michael Hart (https://github.com/mhart)",
"Zachary Scott <zachary@zacharyscott.net> (http://zacharyscott.net/)",
"Raoul Millais (https://github.com/raoulmillais)",
"Salsita Software (http://www.salsitasoft.com/)",
"Mike Schilling <mike@emotive.com> (http://www.emotive.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.4.2"
},
"devDependencies" : {
"coffee-script" : ">=1.0.1",
"zap" : ">=0.2.5",
"docco" : ">=0.3.0"
}
}