{
  "name": "apidox",
  "description": "Generate node.js module API markdown with dox",
  "version": "2.0.5",
  "main": "index.js",
  "bin": "./bin/apidox",
  "keywords": [
    "dox",
    "documentation",
    "generator",
    "jsdocs",
    "markdown",
    "api docs"
  ],
  "contributors": [
    {
      "name": "David Smith",
      "web": "https://github.com/codeactual/"
    }
  ],
  "bugs": {
    "url": "https://github.com/codeactual/apidox/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/codeactual/apidox.git"
  },
  "dependencies": {
    "commander": "^2.12.2",
    "dox": "^0.9.0",
    "lodash": "^4.17.14"
  },
  "devDependencies": {
    "babel-eslint": "~8.0.3",
    "chai": "^4.1.2",
    "grunt": "^1.0.4",
    "grunt-eslint": "^20.1.0",
    "grunt-mocha-test": "^0.13.3",
    "mocha": "^8.0.1",
    "sinon": "^1.9.0",
    "sinon-chai": "^2.14.0",
    "sinon-doublist": "^0.5.1"
  },
  "scripts": {
    "lint": "grunt lint",
    "test": "grunt test"
  },
  "author": "David Smith <codeactual@gmail.com>",
  "files": [
    "index.js",
    "bin",
    "dist",
    "lib"
  ]
}
