{
  "name": "apidox-cli",
  "version": "0.0.2",
  "description": "Command line interface for api documentation and mock.",
  "bin": {
    "apidox": "bin/apidox.js"
  },
  "author": "xiefangli",
  "license": "MIT",
  "keywords": [
    "api",
    "blueprint",
    "protagonist",
    "snowcrash",
    "html",
    "parse",
    "markdown",
    "mock"
  ],
  "files": [
    "bin",
    "public",
    "src"
  ],
  "scripts": {
    "test": "mocha -u exports"
  },
  "dependencies": {
    "chalk": "^2.4.0",
    "commander": "^2.16.0",
    "drafter": "^2.0.0-pre.1",
    "express": "^4.16.1",
    "highlight.js": "^9.13.1",
    "klaw-sync": "^6.0.0",
    "markdown-it": "^8.4.2",
    "markdown-it-anchor": "^5.0.2",
    "markdown-it-checkbox": "^1.1.0",
    "markdown-it-container": "^2.0.0",
    "markdown-it-emoji": "^1.4.0",
    "ora": "^3.0.0",
    "pug": "^2.0.3",
    "semver": "^5.6.0",
    "serve-favicon": "^2.5.0",
    "slash": "^2.0.0"
  },
  "presets": [
    "env"
  ],
  "engines": {
    "node": ">=8.9"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "less": "^3.9.0",
    "mocha": "^5.2.0"
  }
}
