{
  "name": "@fomantic/gulp-concat-filenames",
  "description": "Similar to concat, but creates a file with a list of filenames,not file contents.",
  "version": "3.0.0",
  "homepage": "http://jesseharlin.net",
  "repository": "https://github.com/fomantic/gulp-concat-filenames",
  "author": "the-simian <harlinjesse@gmail.com>",
  "contributors": [{
      "name" : "Jesse Harlin",
      "email" : "harlinjesse@gmail.com"
  }, {
      "name" : "Noam Youngerman",
      "email" : "noam@younger.mn"
  }, {
      "name" : "Rainfore Zhao",
      "email" : "rainforest92@126.com"
  }],
  "main": "./index.js",
  "keywords": [
    "gulpplugin",
    "gulpfriendly",
    "concat filenames",
    "gulp"
  ],
  "dependencies": {
    "plugin-error": "^2.0.1",
    "through": "^2.3.8",
    "vinyl": "^3.0.0"
  },
  "typings": "index.d.ts",
  "devDependencies": {
    "chai": "^4.5.0",
    "gulp": "^5.0.0",
    "mocha": "^11.7.6",
    "nyc": "^18.0.0",
    "sinon": "^22.0.0",
    "sinon-chai": "^3.7.0",
    "stream-assert": "^2.0.3"
  },
  "resolutions": {
    "@babel/core": "^7.29.6",
    "braces": "^3.0.3",
    "cross-spawn": "^7.0.5",
    "diff": "^8.0.3",
    "js-yaml": "^4.2.0",
    "micromatch": "^4.0.8",
    "semver": "^6.3.1",
    "serialize-javascript": "^7.0.5",
    "picomatch": "^4.0.4"
  },
  "scripts": {
    "test": "mocha",
    "coverage": "nyc mocha"
  },
  "engineStrict": true,
  "engines": {
    "node": ">=20"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/the-simian/gulp-concat-filenames/blob/master/license.txt"
    }
  ]
}
