gulp-pipe-fn
Version:
Invoke a function in gulp.pipe
30 lines (29 loc) • 630 B
JSON
{
"name": "gulp-pipe-fn",
"version": "1.0.6",
"description": "Invoke a function in gulp.pipe",
"main": "gulp-pipe-fn.js",
"dependencies": {
"gulp": "^3.9.1",
"gulp-util": "^3.0.8",
"through2": "^2.0.3"
},
"devDependencies": {
"jasmine-node": "^1.14.5"
},
"scripts": {
"test": "node_modules/jasmine-node/bin/jasmine-node ./tests/gulp-pipe-fn.spec.js"
},
"author": "Saff Soobratty",
"license": "MIT",
"keywords": [
"function",
"gulp",
"gulp-fn",
"gulp-function"
],
"repository": {
"type": "git",
"url": "https://github.com/detectivequack/gulp-pipe-fn"
}
}