{
  "name": "@fomantic/gulp-concat-css",
  "description": "Concatenate css files, rebasing urls and inlining @import",
  "version": "5.0.0",
  "homepage": "https://github.com/fomantic/gulp-concat-css",
  "author": {
    "name": "Mario Casciaro"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/fomantic/gulp-concat-css"
  },
  "bugs": {
    "url": "https://github.com/mariocasciaro/gulp-concat-css/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/mariocasciaro/gulp-concat-css/blob/master/LICENSE"
    }
  ],
  "dependencies": {
    "lodash.defaults": "^4.2.0",
    "parse-import": "^2.0.0",
    "plugin-error": "^2.0.1",
    "@fomantic/rework": "^3.0.0",
    "@fomantic/rework-import": "^4.1.0",
    "rework-plugin-url": "^1.1.0",
    "through2": "^4.0.2",
    "vinyl": "^3.0.0"
  },
  "devDependencies": {
    "chai": "^4.5.0",
    "mocha": "^11.1.0"
  },
  "resolutions": {
    "braces": "^3.0.3",
    "diff": "^8.0.3",
    "glob": "^10.5.0",
    "js-yaml": "^4.2.0",
    "minimatch": "^9.0.7",
    "serialize-javascript": "^7.0.5",
    "picomatch": "^4.0.4"
  },
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "test": "mocha test/*.js --reporter spec"
  },
  "keywords": [
    "gulpplugin",
    "concat",
    "css",
    "import",
    "merge",
    "inline"
  ]
}
