xml-nodes
Version:
Streaming XML node splitter
35 lines (34 loc) • 601 B
JSON
{
"name": "xml-nodes",
"version": "0.1.5",
"description": "Streaming XML node splitter",
"repository": {
"type": "git",
"url": "git://github.com/timhudson/xml-nodes.git"
},
"main": "index.js",
"keywords": [
"xml",
"streaming",
"streams",
"split"
],
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "tap test/*.js"
},
"devDependencies": {
"tap": "~0.4.4"
},
"engines": {
"node": ">=0.10.0"
},
"license": "MIT",
"author": {
"name": "Tim Hudson",
"email": "tim.hudson15@gmail.com"
}
}