{
  "name": "vinyl-source-stream",
  "description": "Use conventional text streams at the start of your gulp or vinyl pipelines",
  "version": "2.0.0",
  "main": "index.js",
  "browser": "index.js",
  "dependencies": {
    "vinyl": "^2.1.0",
    "through2": "^2.0.3"
  },
  "devDependencies": {
    "gulp-rename": "~0.2.1",
    "tape": "~2.3.2",
    "vinyl-fs": "^3.0.0"
  },
  "scripts": {
    "test": "node test"
  },
  "author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughsk.io/)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/hughsk/vinyl-source-stream"
  },
  "bugs": {
    "url": "https://github.com/hughsk/vinyl-source-stream/issues"
  },
  "homepage": "https://github.com/hughsk/vinyl-source-stream",
  "keywords": [
    "vinyl",
    "gulp",
    "gulpfriendly",
    "vanilla",
    "stream",
    "string",
    "text",
    "classic"
  ]
}
