{
  "name": "gulp-overlay",
  "description": "Merge two gulp streams by overlaying one onto the other",
  "version": "0.0.2",
  "author": {
    "name": "Sven Schönung <sven.schoenung@gmail.com> (http://sven.schoenung.org/)"
  },
  "homepage": "https://github.com/svenschoenung/gulp-overlay.git",
  "repository": {
    "type": "git",
    "url": "git://github.com/svenschoenung/gulp-overlay.git"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "dependencies": {
    "through2": "^2.0.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "codacy-coverage": "^2.0.0",
    "coveralls": "^2.11.6",
    "gulp": "^3.9.1",
    "gulp-util": "^3.0.7",
    "istanbul": "^0.4.2",
    "mocha": "^3.1.2",
    "mocha-lcov-reporter": "^1.0.0"
  },
  "scripts": {
    "test": "istanbul cover ./node_modules/mocha/bin/_mocha test.js --report html -- -R spec",
    "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha test.js --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "codacy": "istanbul cover ./node_modules/mocha/bin/_mocha test.js --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage && rm -rf ./coverage"
  },
  "keywords": [
    "gulp",
    "gulpplugin",
    "gulpfriendly",
    "stream",
    "overlay",
    "merge"
  ],
  "license": "MIT"
}
