package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "name": "jsdoc",
  3. "version": "3.6.0-dev",
  4. "revision": "1500758109682",
  5. "description": "An API documentation generator for JavaScript.",
  6. "keywords": [
  7. "documentation",
  8. "javascript"
  9. ],
  10. "license": "Apache-2.0",
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/jsdoc3/jsdoc"
  14. },
  15. "dependencies": {
  16. "babylon": "7.0.0-beta.19",
  17. "bluebird": "~3.5.0",
  18. "catharsis": "~0.8.9",
  19. "escape-string-regexp": "~1.0.5",
  20. "js2xmlparser": "~3.0.0",
  21. "klaw": "~2.0.0",
  22. "markdown-it": "~8.3.1",
  23. "markdown-it-named-headers": "~0.0.4",
  24. "marked": "~0.3.6",
  25. "mkdirp": "~0.5.1",
  26. "requizzle": "~0.2.1",
  27. "strip-json-comments": "~2.0.1",
  28. "taffydb": "2.6.2",
  29. "underscore": "~1.8.3"
  30. },
  31. "devDependencies": {
  32. "ajv": "~5.2.2",
  33. "gulp": "~3.9.1",
  34. "gulp-eslint": "~4.0.0",
  35. "gulp-json-editor": "~2.2.1",
  36. "nyc": "~11.1.0"
  37. },
  38. "engines": {
  39. "node": ">=4.2.0"
  40. },
  41. "scripts": {
  42. "test": "gulp lint; gulp test"
  43. },
  44. "bin": {
  45. "jsdoc": "./jsdoc.js"
  46. },
  47. "greenkeeper": {
  48. "ignore": [
  49. "taffydb"
  50. ]
  51. },
  52. "bugs": "https://github.com/jsdoc3/jsdoc/issues",
  53. "author": {
  54. "name": "Michael Mathews",
  55. "email": "micmath@gmail.com"
  56. },
  57. "contributors": [
  58. {
  59. "url": "https://github.com/jsdoc3/jsdoc/graphs/contributors"
  60. }
  61. ],
  62. "maintainers": {
  63. "name": "Jeff Williams",
  64. "email": "jeffrey.l.williams@gmail.com"
  65. }
  66. }