{
  "name": "mr-doc",
  "description": "A personal source documenter at your service",
  "version": "3.2.1",
  "homepage": "https://github.com/mr-doc/mr-doc",
  "author": "Francois-Guillaume Ribreau <npm@fgribreau.com> (http://fgribreau.com)",
  "repository": {
    "type": "git",
    "url": "git://github.com/mr-doc/mr-doc.git"
  },
  "bugs": {
    "url": "https://github.com/mr-doc/mr-doc/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/mr-doc/mr-doc/blob/master/LICENSE-MIT"
    }
  ],
  "main": "src/mr-doc.js",
  "bin": {
    "mr-doc": "./bin/mr-doc"
  },
  "scripts": {
    "test": "gulp test"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "dependencies": {
    "chai": "^3.5.0",
    "colors": "^1.1.2",
    "commander": "~2.9.0",
    "dox": "^0.8.0",
    "elegant-spinner": "^1.0.1",
    "fs-extra": "^0.26.5",
    "jade": "~1.11.x",
    "lodash": "^4.x.x",
    "log-update": "^1.0.2",
    "markdown-it": "^6.0.0",
    "mkdirp": "~0.5.1",
    "mr-doc-theme-default": "^1.4.0",
    "osenv": "^0.1.3",
    "rimraf": "^2.5.2",
    "source-map-support": "^0.4.0",
    "update-notifier": "^0.6.1",
    "walkdir": "0.0.11",
    "when": "^3.7.7"
  },
  "devDependencies": {
    "chai": "^3.4.0",
    "gulp": "^3.9.0",
    "gulp-babel": "^5.3.0",
    "gulp-exec": "^2.1.2",
    "gulp-gh-pages": "^0.5.4",
    "gulp-jsbeautify": "^0.1.1",
    "gulp-jshint": "^2.x.x",
    "gulp-mocha": "^2.1.3",
    "gulp-shell": "^0.5.2",
    "gulp-sourcemaps": "^1.6.0",
    "jshint": "^2.9.1",
    "jshint-stylish": "^2.1.0",
    "mocha": "^2.4.5",
    "mr-doc-theme-cayman": "git+https://github.com/mr-doc/mr-doc-theme-cayman.git",
    "source-map-support": "^0.4.0"
  },
  "keywords": [
    "dox",
    "jsdox",
    "documetor",
    "documenter",
    "documentation",
    "docs",
    "jsdoc",
    "javascript",
    "coffeescript"
  ]
}
