{
  "name": "bufferstreams",
  "version": "1.0.1",
  "description": "Abstract streams to deal with the whole buffered contents.",
  "homepage": "https://github.com/nfroidure/BufferStreams",
  "main": "src/index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha tests/*.mocha.js",
    "coveralls": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "cover": "./node_modules/istanbul/lib/cli.js cover --report html ./node_modules/mocha/bin/_mocha -- tests/*.mocha.js -R spec -t 5000",
    "trinity": "npm-check-updates -u && npm test && git commit package.json -m \"Dependencies update\" && git push"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/nfroidure/BufferStreams"
  },
  "keywords": [
    "buffer",
    "streaming",
    "stream",
    "async",
    "abstract"
  ],
  "devDependencies": {
    "coveralls": "~2.11.2",
    "istanbul": "~0.3.5",
    "mocha": "2.x.x",
    "mocha-lcov-reporter": "0.0.1",
    "streamtest": "^1.1.0"
  },
  "author": {
    "name": "Nicolas Froidure",
    "url": "http://www.insertafter.com/blog.html"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/nfroidure/BufferStreams/blob/master/LICENSE"
    }
  ],
  "bugs": {
    "url": "https://github.com/nfroidure/BufferStreams/issues"
  },
  "dependencies": {
    "readable-stream": "^1.0.33"
  }
}
