js2xmlparser2
Version:
Parses JavaScript objects into XML. This is a fork of the original js2xmlparser, with some additional features
15 lines (14 loc) • 620 B
JSON
{
"name": "js2xmlparser2",
"description": "Parses JavaScript objects into XML. This is a fork of the original js2xmlparser, with some additional features",
"keywords": ["convert","converter","js","json","object","objects","parse","parser","xml"],
"homepage": "https://github.com/jlipps/node-js2xmlparser",
"version": "0.2.0",
"author": "Michael Kourlas <michaelkourlas@gmail.com>",
"main": "./lib/js2xmlparser.js",
"repository" : {
"type": "git",
"url": "git://github.com/jlipps/node-js2xmlparser.git"
},
"license": "MIT"
}