node-json2xml
Version:
Simple JavaScript Object to XML string converter.
49 lines (48 loc) • 1.03 kB
JSON
{
"name": "node-json2xml",
"description": "Simple JavaScript Object to XML string converter.",
"version": "0.1.8",
"homepage": "https://github.com/GaldanM/node-json2xml",
"author": {
"name": "Galdan MOULINNEUF",
"email": "g.moulinneuf&outlook.fr"
},
"contributors": [
{
"name": "Alan Clarke",
"email": "hi@alz.so",
"url": "alz.so"
},
{
"name": "Ivo Georgiev",
"email": "ivo@linvo.org"
},
{
"name": "Etienne Lachance",
"email": "et@etiennelachance.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/GaldanM/node-json2xml.git"
},
"bugs": {
"url": "https://github.com/GaldanM/node-json2xml/issues"
},
"license": "MIT",
"main": "index.js",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-bluecoders": "^1.0.5"
},
"keywords": [
"json",
"to",
"xml",
"node",
"js",
"javascript",
"json2xml"
],
"_from": "git://github.com/estheban/node-json2xml.git"
}