{
  "name": "simple-bufferstream",
  "description": "Turn a Buffer into a Stream (simplistic version)",
  "version": "1.0.0",
  "homepage": "https://github.com/rvagg/node-simple-bufferstream",
  "authors": [
    "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)"
  ],
  "contributors": [
    "Julian Gruber <julian@juliangruber.com> (https://github.com/juliangruber)"
  ],
  "keywords": [
    "buffer",
    "stream",
    "bufferstream"
  ],
  "main": "./index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/rvagg/node-simple-bufferstream.git"
  },
  "dependencies": {},
  "devDependencies": {
    "bl": "~0.9.4",
    "boganipsum": "~0.1.0",
    "rimraf": "~2.3.2",
    "tape": "~3.5.0"
  },
  "scripts": {
    "test": "node ./test.js"
  },
  "license": "MIT"
}
