{
  "name": "@fomantic/gulp-git",
  "description": "Git plugin for gulp (gulpjs.com)",
  "version": "3.0.0",
  "homepage": "http://github.com/fomantic/gulp-git",
  "repository": {
    "type": "git",
    "url": "http://github.com/fomantic/gulp-git.git"
  },
  "author": "Steve Lacy me@slacy.me (slacy.me)",
  "main": "./index.js",
  "dependencies": {
    "any-shell-escape": "^0.1.1",
    "fancy-log": "^2.0.0",
    "plugin-error": "^2.0.1",
    "require-dir": "^1.2.0",
    "strip-bom-stream": "^4.0.0",
    "through2": "^4.0.2",
    "vinyl": "^3.0.0"
  },
  "devDependencies": {
    "eslint": "^8.57.0",
    "mocha": "^11.1.0",
    "mock-require": "^3.0.3",
    "rimraf": "^4.4.1",
    "should": "^13.2.3"
  },
  "scripts": {
    "docs": "rimraf docs/* && jsdoc ./index.js ./lib --recurse --destination ./docs",
    "lint": "rimraf test/repo test/tmp && eslint ./index.js ./examples/ ./lib/ ./test/",
    "test": "rimraf test/repo test/tmp && mocha --reporter spec --timeout 6000 test/main.js && npm run lint"
  },
  "engines": {
    "node": ">=18.18"
  },
  "license": "MIT",
  "keywords": [
    "gulp",
    "git",
    "gulpgit",
    "gulpplugin",
    "gulp-plugin"
  ]
}
