{
  "name": "gulp-flatmap",
  "version": "1.0.2",
  "description": "map each file in a stream into multiple files that are piped out",
  "license": "MIT",
  "repository": "mariusGundersen/gulp-flatmap",
  "author": {
    "name": "Marius Gundersen",
    "email": "me@mariusgundersen.net",
    "url": "https://github.com/mariusGundersen"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "gulpplugin",
    "flatmap",
    "split",
    "fork",
    "divide",
    "separate",
    "map",
    "gulp"
  ],
  "dependencies": {
    "plugin-error": "0.1.2",
    "through2": "2.0.3"
  },
  "devDependencies": {
    "mocha": "*",
    "vinyl": "2.1.0"
  }
}
