{
  "name": "mochadoc",
  "version": "0.9.4",
  "description": "The dead simple way to create docs from Mocha BDD & TDD, Jasmine and Jest tests",
  "main": "index.js",
  "scripts": {
    "test": "gulp test",
    "build-templates": "handlebars ./templates/ -f ./templates/templates.js -c handlebars/runtime"
  },
  "bin": {
    "mochadoc": "index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cmstead/mochadoc.git"
  },
  "keywords": [
    "mocha",
    "api",
    "documentation",
    "converter",
    "parser"
  ],
  "author": "Chris Stead",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cmstead/mochadoc/issues"
  },
  "homepage": "https://github.com/cmstead/mochadoc#readme",
  "dependencies": {
    "chalk": "^2.3.0",
    "command-line-args": "^4.0.7",
    "command-line-usage": "^4.0.1",
    "dject": "^1.5.0",
    "escope": "^3.6.0",
    "esprima": "^4.0.0",
    "estraverse": "^4.2.0",
    "glob": "^7.1.2",
    "handlebars": "^4.0.11",
    "inquirer": "^3.3.0",
    "rimraf": "^2.6.2",
    "signet": "^6.4.2"
  },
  "devDependencies": {
    "approvals": "^2.1.2",
    "approvals-config-factory": "^1.0.0",
    "chai": "^4.1.2",
    "gulp": "^3.9.1",
    "gulp-eslint": "^4.0.0",
    "gulp-istanbul": "^1.1.2",
    "gulp-mocha": "^4.3.1",
    "mocha": "^4.0.1",
    "sinon": "^4.1.1"
  }
}
