{
  "name": "endpoint",
  "description": "Converts a stream intro a buffer or array of objects",
  "version": "0.4.5",
  "author": "Andreas Madsen <amwebdk@gmail.com>",
  "main": "./endpoint.js",
  "scripts": {
    "test": "tap test.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/AndreasMadsen/endpoint.git"
  },
  "keywords": [
    "endpoint",
    "stream",
    "buffer",
    "convert",
    "stream2"
  ],
  "devDependencies": {
    "tap": "0.6.x"
  },
  "license": "MIT",
  "dependencies": {
    "inherits": "^2.0.1"
  }
}
