{
  "name": "toc",
  "description": "Linkify HTML headers and generate a TOC.",
  "version": "0.4.0",
  "homepage": "https://github.com/cowboy/node-toc",
  "author": {
    "name": "\"Cowboy\" Ben Alman",
    "url": "http://benalman.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/cowboy/node-toc.git"
  },
  "bugs": {
    "url": "https://github.com/cowboy/node-toc/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/cowboy/node-toc/blob/master/LICENSE-MIT"
    }
  ],
  "main": "lib/toc",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-contrib-nodeunit": "~0.3.0",
    "grunt-contrib-watch": "~0.5.3",
    "grunt": "~0.4.2"
  },
  "keywords": [],
  "dependencies": {
    "slug": "~0.4.2",
    "entities": "~0.5.0",
    "lodash": "~2.4.1"
  }
}
