simple-xml-dom
Version:
A thin wrapper around DOMParser and XMLSerializer for node and the browser.
37 lines (36 loc) • 849 B
JSON
{
"name": "simple-xml-dom",
"version": "1.0.0",
"description": "A thin wrapper around DOMParser and XMLSerializer for node and the browser.",
"main": "index.js",
"browser": {
"./serialize.js": "./browser/serialize.js",
"./parse.js": "./browser/parse.js"
},
"scripts": {
"test": "tape test.js"
},
"repository": {
"type": "git",
"url": "git@github.com:michaelrhodes/simple-xml-dom.git"
},
"keywords": [
"xmldom",
"domparser",
"xmlserializer"
],
"author": "Michael Rhodes",
"license": "MIT",
"bugs": {
"url": "https://github.com/michaelrhodes/simple-xml-dom/issues"
},
"homepage": "https://github.com/michaelrhodes/simple-xml-dom",
"devDependencies": {
"brfs": "^1.4.0",
"tape": "^3.5.0",
"xmldom": "~0.1.19"
},
"peerDependencies": {
"xmldom": "~0.1.19"
}
}