gulp-mirror
Version:
Make a mirror of stream, it's useful that do different transform of the same stream.
39 lines (38 loc) • 863 B
JSON
{
"name": "gulp-mirror",
"version": "1.0.0",
"description": "Make a mirror of stream, it's useful that do different transform of the same stream.",
"main": "index",
"dependencies": {
"clone": "~1.0.0",
"duplexer2": "~0.0.2",
"pedding": "~1.0.0",
"through2": "~0.6.3",
"vinyl": "~0.4.6"
},
"devDependencies": {
"autod": "2",
"coveralls": "2",
"istanbul": "0",
"mocha": "1",
"should": "~5.0.0"
},
"keywords": [
"gulp",
"gulpplugin",
"stream",
"mirror",
"plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/popomore/gulp-mirror"
},
"homepage": "https://github.com/popomore/gulp-mirror",
"author": "popomore <sakura9515@gmail.com>",
"license": "MIT",
"scripts": {
"test": "make test",
"autod": "autod -e test/fixtures,examples -f ~ -w"
}
}