{
  "name": "helper-slugify",
  "description": "Slugify a URL, path or heading id using the same format as GitHub heading anchors.",
  "version": "0.2.0",
  "homepage": "https://github.com/jonschlinkert/helper-slugify",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "jonschlinkert/helper-slugify",
  "bugs": {
    "url": "https://github.com/jonschlinkert/helper-slugify/issues"
  },
  "license": "MIT",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "keywords": [
    "helper",
    "slugify"
  ],
  "dependencies": {
    "strip-color": "^0.1.0"
  },
  "devDependencies": {
    "engine": "^0.1.11",
    "gulp-format-md": "^0.1.9",
    "lodash.template": "^4.2.5",
    "mocha": "^2.5.3"
  },
  "verb": {
    "toc": false,
    "layout": "common-minimal",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "handlebars-helpers",
        "template-helpers",
        "helper-related",
        "helper-reflinks"
      ]
    },
    "reflinks": [
      "generate",
      "generate-helper",
      "verb",
      "verb-generate-readme",
      "engine",
      "lodash"
    ],
    "lint": {
      "reflinks": true
    }
  }
}
