xmlforall
Version:
Simple and fast Nodejs XML parser using SAX as the only dependency.
32 lines (31 loc) • 649 B
JSON
{
"name": "xmlforall",
"version": "1.0.5",
"description": "Simple and fast Nodejs XML parser using SAX as the only dependency.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ihabzbib/xmlforall.git"
},
"keywords": [
"XML",
"Fast",
"Nodejs",
"SAX"
],
"author": "Ihab Zbib",
"license": "MIT",
"bugs": {
"url": "https://github.com/ihabzbib/xmlforall/issues"
},
"homepage": "https://github.com/ihabzbib/xmlforall#readme",
"dependencies": {
"sax": "^1.2.2"
}
}