Files
xml-streamer/package.json

48 lines
940 B
JSON

{
"version": "0.0.1",
"name": "xml-streamer",
"description": "XML stream parser for parsing large files efficiently with less usage of memory.",
"author": {
"name": "Sai Teja",
"email": "saitejas464@gmail.com"
},
"keywords": [
"xml",
"xml streaming",
"xml streamer",
"streaming",
"xml parser",
"xml parsing",
"xml2js",
"xmltojs"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Sai1919/xml-streamer"
},
"dependencies": {
"node-expat": "2.3.15",
"lodash": "4.16.6"
},
"devDependencies": {
"mocha": "^1.21.4",
"should": "11.1.1",
"standard": "8.5.0"
},
"optionalDependencies": {},
"main": "./parser",
"scripts": {
"test": "mocha && standard"
},
"maintainers": [
{
"name": "Sai Teja",
"email": "saitejas464@gmail.com"
}
],
"standard": {
"globals": [ "describe", "it" ]
}
}