{ "name": "bufferstream"
, "description": "painless stream buffering and cutting"
, "version": "0.6.2"
, "homepage": "https://github.com/dodo/node-bufferstream"
, "author": "dodo (https://github.com/dodo)"
, "repository": {"type": "git", "url": "git://github.com/dodo/node-bufferstream.git"}
, "main": "bufferstream.js"
, "engines": {"node": ">= 0.4.x"}
, "keywords": ["buffer", "buffers", "stream", "streams"]
, "scripts": {
    "test": "cake build && nodeunit test",
    "prepublish": "cake build"}
, "dependencies": {
    "bufferjs": ">= 2.0.0"}
, "optionalDependencies": {
    "buffertools": ">= 1.0.3"}
, "devDependencies": {
    "nodeunit": ">= 0.5.4",
    "muffin": ">= 0.2.6",
    "coffee-script": ">= 1.1.2",
    "cli": ">= 0.3.7",
    "express": ">= 2.4.5"}
, "licenses" : [
    { "type": "MIT" ,
      "url": "http://github.com/dodo/node-bufferstream/raw/master/LICENSE"} ]
}
