x2json
Version:
XML <=> JSON mapping/converting library
25 lines (24 loc) • 530 B
JSON
{
"name": "x2json",
"version": "1.2.0",
"description": "XML <=> JSON mapping/converting library",
"main": "x2js.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"x2js",
"xml2json",
"x2json",
"xml",
"json"
],
"homepage": "https://github.com/cheslip/node-x2js.git",
"repository": {
"type": "git",
"url": "https://github.com/cheslip/node-x2js.git"
},
"author": "Cory Heslip",
"license": "Apache Licence v2",
"typings": "x2js.d.ts"
}