xml.js
Version:
XML.js provides helper functions for XML manipulation, including conversion of documents into [JXON](https://developer.mozilla.org/en-US/docs/JXON) objects. It is built on top of [xmldom](https://www.npmjs.org/package/xmldom) & [xpath](https://www.npmjs.o
29 lines (28 loc) • 525 B
JSON
{
"name": "xml.js",
"version": "0.0.8",
"keywords": [
"XML",
"JXON",
"DOM"
],
"authors": [
"Pierre Voisin <pierre.voisin@gmail.com>"
],
"repository": "https://github.com/pvoisin/xml.js.git",
"main": "source/XML.js",
"devDependencies": {
"grunt": "~0.4.5",
"expect.js": "~0.3.1",
"grunt-mocha-test": "~0.12.1",
"mocha": "~1.21.5"
},
"dependencies": {
"xmldom": "~0.1.19",
"xpath": "0.0.7",
"ytility": "0.0.2"
},
"scripts": {
"test": "grunt test"
}
}