{
  "name": "posh-gulp",
  "version": "3.2.0",
  "description": "write gulp tasks in powershell",
  "keywords": [
    "powershell",
    "posh",
    "gulp"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/kneat/posh-gulp.git"
  },
  "author": "Trevor Power",
  "license": "ISC",
  "dependencies": {
    "ansi-colors": "^4.1.3",
    "command-exists": "^1.2.9",
    "yargs": "^17.7.2",
    "fancy-log": "^1.3.3"
  },
  "devDependencies": {
    "gulp": "^5.0.0"
  },
  "peerDependencies": {
    "gulp": "~4.0.2 || ~5.0"
  }
}
