{
  "name": "@flet/xml-nodes",
  "version": "1.0.0",
  "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"
  }
}
