{ "name": "xml-stream", "description": "XML stream to JavaScript object converter based on Expat.", "keywords": [ "xml", "parser", "expat" ], "version": "0.4.5", "author": "AssistUnion ", "maintainers": [ "Anatoly Ressin ", "Dimitry Solovyov (http://100-hour.com)" ], "scripts": { "test": "mocha tests" }, "repository": { "type": "git", "url": "git://github.com/assistunion/xml-stream.git" }, "dependencies": { "iconv": "^2.1.4", "node-expat": "^2.3.1", "readable-stream": "^1.0.31" }, "directories": { "lib": "./lib" }, "main": "index", "devDependencies": { "mocha": "^1.21.4" } }