Files
RoboCommander/node_modules/xmlshim/package.json
2026-04-05 16:14:49 -04:00

23 lines
624 B
JSON

{
"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"
}
}