{
  "name": "vinyl-map",
  "description": "Map vinyl files' contents as strings, so you can easily use existing code without needing yet another gulp plugin!",
  "version": "1.0.2",
  "main": "index.js",
  "dependencies": {
    "through2": "^0.4.1",
    "bl": "^1.1.2",
    "new-from": "0.0.3"
  },
  "devDependencies": {
    "concat-stream": "~1.5.2",
    "tape": "~2.3.2",
    "vinyl": "~0.2.1",
    "uglify-js": "~2.4.12",
    "gulp": "~3.5.2"
  },
  "scripts": {
    "test": "node test"
  },
  "author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughsk.io/)",
  "contributors": [
    "Andrew Odri <andrew@affirmix.com> (https://affirmix.com/)"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/affirmix/vinyl-map"
  },
  "bugs": {
    "url": "https://github.com/affirmix/vinyl-map/issues"
  },
  "homepage": "https://github.com/affirmix/vinyl-map",
  "keywords": [
    "vinyl",
    "gulp",
    "gulpfriendly",
    "file",
    "stream",
    "map"
  ]
}
