{
  "name": "dox-foundation",
  "description": "HTML output for Dox documentation generator",
  "version": "0.5.6",
  "homepage": "https://github.com/punkave/dox-foundation",
  "author": {
    "name": "Matt McManus",
    "email": "mcmanus@punkave.com"
  },
  "contributors": [
    {
      "name": "Sascha Depold",
      "email": "sascha@depold.com"
    },
    {
      "name": "Francois-Guillaume Ribreau",
      "email": "npm@fgribreau.com"
    },
    {
      "name": "Ryan Day",
      "email": "soldair@gmail.com"
    },
    {
      "name": "Alexander Vassbotn Røyne-Helgesen",
      "email": "alexander@phun-ky.net",
      "url": "http://phun-ky.net"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/punkave/dox-foundation.git"
  },
  "bugs": {
    "url": "https://github.com/punkave/dox-foundation/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/punkave/dox-foundation/blob/master/LICENSE-MIT"
    }
  ],
  "main": "lib/dox-foundation",
  "bin": {
    "dox-foundation": "./bin/dox-foundation"
  },
  "engines": {
    "node": ">= 0.6.0"
  },
  "dependencies": {
    "underscore": "*",
    "dox": "~0.4.3",
    "commander": "~1.2.0",
    "jade": "~1.0.0",
    "mkdirp": "*",
    "walkdir": "~0.0.7",
    "stylus": "~0.33.1"
  },
  "devDependencies": {
    "grunt": "~0.3.17"
  },
  "keywords": [
    "dox",
    "jsdox",
    "documentation",
    "docs",
    "dox"
  ]
}
