{
  "name": "gulp-help",
  "version": "1.6.1",
  "description": "Adds a default help task to gulp and provides the ability to add custom help messages to your gulp tasks",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "keywords": [
    "gulp",
    "help",
    "tasks",
    "list",
    "gulpfriendly"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/chmontgomery/gulp-help"
  },
  "bugs": {
    "url": "https://github.com/chmontgomery/gulp-help/issues"
  },
  "author": {
    "name": "Chris Montgomery",
    "email": "chr.montgomery@gmail.com",
    "url": "http://www.chrismontgomery.info/"
  },
  "contributors": [
    {
      "name": "Chris Montgomery",
      "url": "http://www.chrismontgomery.info/"
    },
    {
      "name": "Sascha Depold",
      "url": "http://depold.com"
    },
    {
      "name": "Scott Silvi",
      "url": "https://github.com/scottsilvi"
    },
    {
      "name": "Fede Ramirez",
      "url": "http://2fd.github.io/"
    },
    {
      "name": "Kent C. Dodds",
      "url": "https://github.com/kentcdodds"
    },
    {
      "name": "Rui Marinho",
      "url": "https://github.com/ruimarinho"
    },
    {
      "name": "Jacek Tomaszewski",
      "url": "https://github.com/jtomaszewski"
    },
    {
      "name": "MrFusion42",
      "url": "https://github.com/MrFusion42"
    },
    {
      "name": "Jordi Dosne",
      "url": "https://github.com/JiDai"
    }
  ],
  "engines": {
    "node": ">= 0.10"
  },
  "license": "MIT",
  "dependencies": {
    "chalk": "^1.0.0",
    "object-assign": "^3.0.0"
  },
  "devDependencies": {
    "mocha": "^2.2.5",
    "should": "^6.0.3",
    "sinon": "^1.14.1"
  }
}
