{
  "name": "match-stream",
  "version": "0.0.2",
  "description": "Match a pattern within a stream",
  "main": "match.js",
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "dependencies": {
    "buffers": "~0.1.1",
    "readable-stream": "~1.0.0"
  },
  "devDependencies": {
    "tap": "~0.4.0",
    "stream-buffers": "~0.2.4"
  },
  "scripts": {
    "test": "./node_modules/.bin/tap ./test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/EvanOxfeld/match-stream.git"
  },
  "keywords": [
    "match",
    "stream",
    "split"
  ],
  "author": "Evan Oxfeld <eoxfeld@gmail.com>",
  "license": "MIT",
  "readmeFilename": "README.md",
  "gitHead": "665dabbb0a3593310012eb041fc07395db632a20"
}
