Initial commit
This commit is contained in:
23
node_modules/xmlshim/package.json
generated
vendored
Normal file
23
node_modules/xmlshim/package.json
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user