{
  "name": "bl",
  "version": "0.7.0",
  "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
  "main": "bl.js",
  "scripts": {
    "test": "node test/test.js | faucet",
    "test-local": "brtapsauce-local test/basic-test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rvagg/bl.git"
  },
  "homepage": "https://github.com/rvagg/bl",
  "authors": [
    "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)",
    "Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)"
  ],
  "keywords": [
    "buffer",
    "buffers",
    "stream",
    "awesomesauce"
  ],
  "license": "MIT",
  "dependencies": {
    "readable-stream": "~1.0.2"
  },
  "peerDependencies": {
    "stream-browserify": "*"
  },
  "devDependencies": {
    "tape": "~2.3.2",
    "hash_file": "~0.1.1",
    "brtapsauce": "~0.3.0",
    "faucet": "0.0.0",
    "stream-browserify": "~0.1.2"
  },
  "browser": {
    "readable-stream": "stream-browserify"
  }
}
