{
  "name": "vinyl-bufferstream",
  "version": "1.0.1",
  "description": "Deal with vinyl file contents, regardless of whether it is Buffer/Stream",
  "repository": "shinnn/vinyl-bufferstream",
  "author": {
    "name": "Shinnosuke Watanabe",
    "url": "https://github.com/shinnn"
  },
  "scripts": {
    "pretest": "jscs *.js && eslint *.js",
    "test": "node test.js | tap-spec",
    "coverage": "istanbul cover test.js",
    "coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/shinnn/vinyl-bufferstream/blob/master/LICENSE"
    }
  ],
  "files": [
    "index.js"
  ],
  "keywords": [
    "gulpfriendly",
    "gulp",
    "vinyl",
    "buffer",
    "stream",
    "compatibility",
    "interchangeability",
    "internal",
    "helper"
  ],
  "dependencies": {
    "bufferstreams": "1.0.1"
  },
  "devDependencies": {
    "eslint": "^0.14.1",
    "istanbul": "^0.3.5",
    "istanbul-coveralls": "^1.0.1",
    "jscs": "^1.11.2",
    "simple-bufferstream": "0.0.4",
    "tap-spec": "^2.2.1",
    "tape": "^3.5.0",
    "vinyl": "^0.4.6"
  },
  "jscsConfig": {
    "preset": "google",
    "maximumLineLength": 98,
    "requireBlocksOnNewline": true,
    "validateLineBreaks": "LF"
  }
}
