{ "name": "xmlshim", "version": "0.2.3", "description": "Provides DOMParser, XMLSerializer and DOMImplementation wrappers in the browser and emulates them on the server-side", "main": "./index.js", "browserify": "./browser.js", "author": { "name": "Lorenz Schori", "email": "lo+xmlshim@znerol.ch" }, "repository": { "type": "git", "url": "git@github.com:znerol/node-xmlshim.git" }, "dependencies": { "jsdom": "^6.5.1", "libxmljs": "git+https://github.com/znerol/libxmljs.git#xmlwriter-0.18.0" }, "devDependencies": { "browserify": "^14.0.0", "nodeunit": "0.11.x" } }