craydent-xml-to-json
Version:
Node module to parse xml into json
42 lines • 1.2 kB
JSON
{
"name": "craydent-xml-to-json",
"version": "1.0.2",
"description": "Node module to parse xml into json",
"main": "index.js",
"scripts": {
"test": "jasmine-node test/ --color --autotest --watch index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/craydent/Node-Library.git"
},
"keywords": [
"craydent",
"es6",
"jquery",
"library",
"sugar",
"utilities",
"xml",
"xml to json",
"xml-to-json"
],
"author": "Clark Inada",
"license": "MIT",
"homepage": "https://github.com/craydent/Node-Library/tree/master/modules/typeof",
"dependencies": {
"craydent.condense": "1.0.2",
"craydent.error": "1.0.2",
"craydent.filltemplate": "1.0.2",
"craydent.globalize": "1.0.2",
"craydent.include": "1.0.2",
"craydent.isarray": "1.0.2",
"craydent.isempty": "1.0.2",
"craydent.isnull": "1.0.2",
"craydent.isstring": "1.0.2",
"craydent.merge": "1.0.2",
"craydent.strip": "1.0.2",
"craydent.suid": "1.0.2",
"craydent.tryeval": "1.0.2"
}
}