gulp-multistream
Version:
Write data to multiple streams in the pipeline, at the same time.
49 lines (48 loc) • 1.09 kB
JSON
{
"name": "gulp-multistream",
"version": "0.1.3",
"main": "index.js",
"scripts": {
"test": "mocha",
"coverage": "nyc mocha"
},
"author": "Kiril Vatev <vatev.1@gmail.com>",
"license": "ISC",
"devDependencies": {
"async": "^2.5.0",
"chai": "^4.1.2",
"codeclimate-test-reporter": "^0.1.0",
"event-stream": "^3.3.1",
"mocha": "^3.5.3",
"nyc": "^11.2.1",
"vinyl": "^0.5.0"
},
"dependencies": {
"end-of-stream": "^1.4.0",
"through2": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/catdad/gulp-multistream.git"
},
"keywords": [
"gulpplugin",
"multistream",
"multiple destinations"
],
"bugs": {
"url": "https://github.com/catdad/gulp-multistream/issues"
},
"homepage": "https://github.com/catdad/gulp-multistream",
"description": "Write data to multiple streams in the pipeline, at the same time.",
"engine": "node >= 0.10",
"nyc": {
"reporter": [
"lcov",
"text"
],
"statements": 100,
"branches": 100,
"check-coverage": true
}
}