{
  "name": "read-vinyl-file-stream",
  "version": "2.0.3",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "coverage": "istanbul cover --dir coverage node_modules/mocha/bin/_mocha"
  },
  "author": "Kiril Vatev <vatev.1@gmail.com>",
  "license": "ISC",
  "devDependencies": {
    "chai": "^3.5.0",
    "codeclimate-test-reporter": "^0.3.3",
    "is-stream": "^1.1.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.0.2",
    "vinyl": "^1.2.0"
  },
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "node-stream": "^1.5.0",
    "through2": "^2.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/catdad/read-vinyl-file-stream.git"
  },
  "bugs": {
    "url": "https://github.com/catdad/read-vinyl-file-stream/issues"
  },
  "homepage": "https://github.com/catdad/read-vinyl-file-stream#readme",
  "description": "process a vinyl file stream with minimal code",
  "keywords": [
    "vinyl",
    "stream",
    "gulp",
    "plugin"
  ]
}
