{
  "name": "jsdoc",
  "version": "3.4.0",
  "revision": "1447115289326",
  "description": "An API documentation generator for JavaScript.",
  "keywords": [
    "documentation",
    "javascript"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/jsdoc3/jsdoc"
  },
  "dependencies": {
    "async": "~1.4.0",
    "bluebird": "~2.9.34",
    "catharsis": "~0.8.7",
    "escape-string-regexp": "~1.0.3",
    "espree": "~2.2.3",
    "js2xmlparser": "~1.0.0",
    "marked": "~0.3.4",
    "requizzle": "~0.2.0",
    "strip-json-comments": "~1.0.2",
    "taffydb": "https://github.com/hegemonic/taffydb/tarball/7d100bcee0e997ee4977e273cdce60bd8933050e",
    "underscore": "~1.8.3",
    "wrench": "~1.5.8"
  },
  "devDependencies": {
    "gulp": "~3.9.0",
    "gulp-eslint": "~1.0.0",
    "gulp-json-editor": "~2.2.1",
    "istanbul": "~0.3.17",
    "tv4": "https://github.com/hegemonic/tv4/tarball/own-properties"
  },
  "engines": {
    "node": ">=0.10"
  },
  "scripts": {
    "test": "gulp lint; gulp test"
  },
  "bin": {
    "jsdoc": "./jsdoc.js"
  },
  "bugs": {
    "url": "https://github.com/jsdoc3/jsdoc/issues"
  },
  "author": {
    "name": "Michael Mathews",
    "email": "micmath@gmail.com"
  },
  "contributors": [
    {
      "url": "https://github.com/jsdoc3/jsdoc/graphs/contributors"
    }
  ],
  "maintainers": {
    "name": "Jeff Williams",
    "email": "jeffrey.l.williams@gmail.com"
  },
  "readme": "JSDoc 3\n=======\n[![Build Status](https://travis-ci.org/jsdoc3/jsdoc.svg?branch=master)](http://travis-ci.org/jsdoc3/jsdoc)\n\nAn API documentation generator for JavaScript.\n\nWant to contribute to JSDoc? Please read `CONTRIBUTING.md`.\n\nInstallation and Usage\n----------------------\n\nJSDoc supports Node.js 0.10 and later. You can install JSDoc in your project's\n`node_modules` folder, or you can install it globally.\n\nTo install the latest version available on NPM:\n\n    npm install jsdoc\n\nTo install the latest development version:\n\n    npm install git+https://github.com/jsdoc3/jsdoc.git\n\nIf you installed JSDoc locally, the JSDoc command-line tool is available in\n`./node_modules/.bin`. To generate documentation for the file\n`yourJavaScriptFile.js`:\n\n    ./node_modules/.bin/jsdoc yourJavaScriptFile.js\n\nOr if you installed JSDoc globally, simply run the `jsdoc` command:\n\n    jsdoc yourJavaScriptFile.js\n\nBy default, the generated documentation is saved in a directory named `out`. You\ncan use the `--destination` (`-d`) option to specify another directory.\n\nRun `jsdoc --help` for a complete list of command-line options.\n\nTemplates and Build Tools\n-------------------------\n\nThe JSDoc community has created numerous templates and other tools to help you\ngenerate and customize your documentation. Here are just a few:\n\n### Templates\n\n+ [jaguarjs-jsdoc](https://github.com/davidshimjs/jaguarjs-jsdoc)\n  ([example](http://davidshimjs.github.io/jaguarjs/doc))\n+ [DocStrap](https://github.com/terryweiss/docstrap)\n+ [jsdoc3Template](https://github.com/DBCDK/jsdoc3Template)\n  ([example](https://github.com/danyg/jsdoc3Template/wiki#wiki-screenshots))\n+ [minami](https://github.com/Nijikokun/minami)\n\n### Build Tools\n\n+ [JSDoc Grunt plugin](https://github.com/krampstudio/grunt-jsdoc)\n+ [JSDoc ant task](https://github.com/jannon/jsdoc3-ant-task)\n\n\nFor More Information\n--------------------\n\n+ Documentation is available at [Use JSDoc](http://usejsdoc.org).\n+ Contribute to the docs at [jsdoc3/jsdoc3.github.com](https://github.com/jsdoc3/jsdoc3.github.com).\n+ Ask for help on the [JSDoc Users mailing list](http://groups.google.com/group/jsdoc-users).\n+ Post questions tagged `jsdoc` to [Stack\nOverflow](http://stackoverflow.com/questions/tagged/jsdoc).\n\nLicense\n-------\n\nJSDoc 3 is copyright (c) 2011-2015 Michael Mathews <micmath@gmail.com> and the\n[contributors to JSDoc](https://github.com/jsdoc3/jsdoc/graphs/contributors).\n\nJSDoc 3 is free software, licensed under the Apache License, Version 2.0. See\nthe file `LICENSE.md` in this distribution for more details.\n",
  "readmeFilename": "README.md",
  "_id": "jsdoc@3.4.0",
  "_from": "jsdoc@3.4.0"
}
