{
    "name": "gulp-logger-new",
    "type": "module",
    "version": "1.0.1",
    "description": "Gulp plugin for logging stream stages, transformation and progress",
    "main": "index.js",
    "scripts": {
        "test": "node test/test.js"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/btc-vision/gulp-logger.git"
    },
    "keywords": [
        "gulp",
        "gulpplugin",
        "log",
        "logger",
        "debug",
        "output",
        "progress"
    ],
    "author": "Chris Greeff",
    "license": "ISC",
    "dependencies": {
        "chalk": "^5.3.0",
        "fancy-log": "^2.0.0",
        "gulp-util": "^3.0.8",
        "rename": "^0.2.3",
        "through2": "^4.0.2"
    },
    "devDependencies": {
        "assert": "^2.1.0",
        "colored-tape": "^1.0.1",
        "gulp": "^5.0.0",
        "jslint": "^0.12.1"
    }
}
