{ "name": "gulp-function", "version": "2.2.15", "description": "accepts a function call as parameter to execute in gulp pipeline", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)" }, "repository": { "type": "git", "url": "https://gitlab.com/pushrocks/gulp-function.git" }, "keywords": [ "gulpplugin", "gulp", "function", "pushrocks" ], "author": "Lossless GmbH (https://lossless.com)", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/gulp-function/issues" }, "homepage": "https://gitlab.com/pushrocks/gulp-function", "dependencies": { "@pushrocks/smartpromise": "^2.0.5", "@types/through2": "^2.0.32", "through2": "^3.0.0" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.3", "@gitzone/tstest": "^1.0.18", "@pushrocks/smartgulp": "^2.0.1", "@pushrocks/tapbundle": "^3.0.7", "gulp": "^3.9.1", "tslint": "^5.11.0", "tslint-config-prettier": "^1.17.0" }, "private": true }