{
    "name": "@fomantic/gulp-dedupe",
    "description": "Check for duplicates in the stream and filter them or throw an error",
    "version": "0.0.4",
    "homepage": "https://github.com/fomantic/gulp-dedupe",
    "repository": "git://github.com/fomantic/gulp-dedupe.git",
    "author": "Marat Abdullin <dakota@brokenpipe.ru>",
    "license": "MIT",
    "main": "./index.js",
    "keywords": [
        "gulpplugin",
        "dedupe",
        "duplicates"
    ],
    "bugs": {
        "url": "https://github.com/hoho/gulp-dedupe/issues"
    },
    "dependencies": {
        "colors": "^1.4.0",
        "diff": "^5.2.2",
        "lodash.defaults": "^4.2.0",
        "plugin-error": "^2.0.0",
        "through": "^2.3.8"
    },
    "devDependencies": {
        "vinyl": "^3.0.0"
    },
    "scripts": {
        "test": "node --test",
        "coverage": "node --test --experimental-test-coverage"
    },
    "engines": {
        "node": ">=12"
    }
}
