{
  "name": "gulp-rollup-mep",
  "version": "0.0.5",
  "description": "Make separate bundles with Rollup according to multiple entry points",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/akavolkol/gulp-rollup-mep.git"
  },
  "keywords": [
    "rollupjs",
    "gulp",
    "bundles"
  ],
  "author": "Nick V.",
  "license": "MIT",
  "dependencies": {
    "through2": "^2.0.1",
    "gulp-util": "^3.0.7",
    "rollup": "^0.33.0"
  }
}
