xml-to-json-stream
Version:
Simple module to convert XML to JSON with javascript
31 lines (30 loc) • 586 B
JSON
{
"name": "xml-to-json-stream",
"version": "1.1.0",
"description": "Simple module to convert XML to JSON with javascript",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/alabianca/xml-to-json.git"
},
"scripts": {
"test": "jasmine"
},
"bin": {
"tojson": "./bin/tojson.js"
},
"keywords": [
"stream",
"xml to json",
"xml",
"json",
"transform stream",
"convert"
],
"author": "Alexander La Bianca",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"jasmine": "^3.0.0"
}
}