{
  "name": "esdoc",
  "version": "1.1.0",
  "description": "Good Documentation Generator For JavaScript",
  "author": {
    "name": "h13i32maru",
    "url": "https://h13i32maru.jp"
  },
  "homepage": "https://esdoc.org/",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/esdoc/esdoc"
  },
  "engines": {
    "node": ">= 6.0.0"
  },
  "scripts": {
    "build": "node ./script/build.js",
    "test": "node ./script/test.js",
    "test-ci": "node ./script/test-ci.js",
    "esdoc": "node ./script/esdoc.js",
    "lint": "node ./script/eslint.js"
  },
  "dependencies": {
    "cheerio": "1.0.0-rc.2",
    "color-logger": "0.0.6",
    "escape-html": "1.0.3",
    "babylon": "6.18.0",
    "babel-generator": "6.26.1",
    "babel-traverse": "6.26.0",
    "fs-extra": "5.0.0",
    "ice-cap": "0.0.4",
    "marked": "0.3.19",
    "minimist": "1.2.0",
    "taffydb": "2.7.3"
  },
  "devDependencies": {
    "babel-cli": "6.26.0",
    "babel-plugin-istanbul": "4.1.6",
    "babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
    "babel-register": "6.26.0",
    "codecov": "3.0.1",
    "esdoc-accessor-plugin": "latest",
    "esdoc-external-ecmascript-plugin": "latest",
    "esdoc-importpath-plugin": "^1.0.1",
    "esdoc-standard-plugin": "latest",
    "esdoc-undocumented-identifier-plugin": "latest",
    "eslint": "4.19.1",
    "mocha": "5.1.1",
    "nyc": "11.7.1"
  },
  "keywords": [
    "jsdoc",
    "api",
    "document",
    "documentation",
    "ES6",
    "ECMAScript6",
    "ES2015",
    "ECMAScript2015",
    "ES7",
    "ECMAScript7",
    "ES2016",
    "ECMAScript2016",
    "ES8",
    "ECMAScript8",
    "ES2017",
    "ECMAScript2017",
    "proposal"
  ],
  "files": [
    "out/src",
    "README.md"
  ],
  "main": "out/src/ESDoc.js",
  "bin": {
    "esdoc": "out/src/ESDocCLI.js"
  }
}
