{
  "name": "apidoc-core",
  "version": "0.11.1",
  "description": "Core parser library to generate apidoc result following the apidoc-spec",
  "author": "Peter Rottmann <rottmann@inveris.de>",
  "license": "MIT",
  "main": "./lib/index.js",
  "homepage": "https://github.com/apidoc/apidoc-core",
  "repository": {
    "type": "git",
    "url": "https://github.com/apidoc/apidoc-core.git"
  },
  "bugs": {
    "url": "https://github.com/apidoc/apidoc-core/issues"
  },
  "scripts": {
    "test": "npm run jshint && mocha test/**/*_test.js",
    "jshint": "jshint lib/ test/"
  },
  "keywords": [
    "api",
    "apidoc",
    "doc",
    "documentation",
    "rest",
    "restful"
  ],
  "engines": {
    "node": ">= 0.10.0"
  },
  "dependencies": {
    "fs-extra": "^8.1.0",
    "glob": "^7.1.4",
    "iconv-lite": "^0.5.0",
    "klaw-sync": "^6.0.0",
    "lodash": "~4.17.15",
    "semver": "~6.3.0"
  },
  "devDependencies": {
    "apidoc-example": "^0.2.1",
    "jshint": "~2.10.2",
    "markdown-it": "^10.0.0",
    "mocha": "~6.2.1",
    "should": "~13.2.3"
  },
  "jshintConfig": {
    "camelcase": true,
    "curly": false,
    "eqeqeq": true,
    "forin": true,
    "latedef": false,
    "newcap": true,
    "undef": true,
    "unused": true,
    "trailing": true,
    "node": true,
    "browser": true,
    "predef": [
      "it",
      "describe",
      "before",
      "after"
    ]
  }
}
