xml-mapping
Version:
provide a bidirectionnal mapping between XML and JS data Structure (aka JSON)
63 lines (62 loc) • 1.37 kB
JSON
{
"name": "xml-mapping",
"version": "1.7.2",
"author": "Nicolas Thouvenin <nthouvenin@gmail.com>",
"contributors": [
{
"name": "Joe Ibershoff",
"url": "https://github.com/zacronos",
"email": "joe@ibershoff.com"
},
{
"name": "Yura Zenevich",
"url": "https://github.com/yzen",
"email": "yura.zenevich@gmail.com"
},
{
"name": "Thorsten Lorenz",
"url": "https://github.com/thlorenz",
"email": "thlorenz@gmx.de"
},
{
"name": "ntgn81",
"url": "https://github.com/ntgn81",
"email": "ntgn81@gmail.com"
},
{
"name": "Rowell Cruz",
"url": "https://github.com/rcruz"
},
{
"name": "JT",
"url": "https://github.com/spikyjt"
}
],
"description": "provide a bidirectionnal mapping between XML and JS data Structure (aka JSON)",
"keywords": [
"xml",
"json",
"json2xml",
"xml2json"
],
"homepage": "http://github.com/touv/node-xml-mapping",
"scripts": {
"test": "nodeunit test/"
},
"main": "./lib/xml-mapping.js",
"repository": {
"type": "git",
"url": "https://github.com/touv/node-xml-mapping.git"
},
"dependencies": {
"xml-writer": ">=1.7.0",
"sax": "=0.4.3"
},
"devDependencies": {
"nodeunit": ">=0.7.3"
},
"license": "MIT",
"engines": {
"node": ">=0.2.0"
}
}