Files
xml-streamer/package.json
Sai Teja 3bdb46828a 0.2.0
2017-04-01 11:30:56 -07:00

53 lines
987 B
JSON

{
"version": "0.2.0",
"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",
"node-expat",
"expat"
],
"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"
]
}
}