UNPKG

xml2json-command

Version:

Convert an XML input to a JSON output, using xml-mapping

31 lines (30 loc) 705 B
{ "name": "xml2json-command", "version": "0.0.3", "description": "Convert an XML input to a JSON output, using xml-mapping", "main": "xml2json.js", "bin": { "xml2json": "bin.js" }, "preferGlobal": true, "dependencies": { "xml-mapping": "1.0.x" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "homepage": "https://github.com/Inist-CNRS/node-xml2json-command", "repository": { "type": "git", "url": "https://github.com/Inist-CNRS/node-xml2json-command.git" }, "keywords": [ "xml", "json", "xml2json" ], "author": "François Parmentier", "license": "MIT", "readmeFilename": "README.md" }