{ "name": "@pushrocks/smartgulp", "version": "2.0.0", "private": false, "description": "lightweight gulp replacement", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/pushrocks/smartgulp.git" }, "keywords": [ "gulp" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/smartgulp/issues" }, "homepage": "https://gitlab.com/pushrocks/smartgulp#README", "devDependencies": { "@gitzone/tsbuild": "^2.0.22", "@gitzone/tsrun": "^1.1.12", "@gitzone/tstest": "^1.0.15", "@pushrocks/tapbundle": "^3.0.5", "@types/node": "^10.9.4", "gulp-function": "^2.2.14" }, "dependencies": { "@pushrocks/smartfile": "^6.0.8", "@pushrocks/smartpromise": "^2.0.5", "@types/lodash": "^4.14.116", "@types/through2": "^2.0.33", "lodash": "^4.17.10", "smartevent": "^1.0.1", "smartstream": "^1.0.10", "through2": "^2.0.3" } }