UNPKG

1.45 kBJSONView Raw
1{
2 "name": "jsdoc",
3 "version": "3.6.4",
4 "revision": "1586201409244",
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/jsdoc/jsdoc"
14 },
15 "dependencies": {
16 "@babel/parser": "^7.9.4",
17 "bluebird": "^3.7.2",
18 "catharsis": "^0.8.11",
19 "escape-string-regexp": "^2.0.0",
20 "js2xmlparser": "^4.0.1",
21 "klaw": "^3.0.0",
22 "markdown-it": "^10.0.0",
23 "markdown-it-anchor": "^5.2.7",
24 "marked": "^0.8.2",
25 "mkdirp": "^1.0.4",
26 "requizzle": "^0.2.3",
27 "strip-json-comments": "^3.1.0",
28 "taffydb": "2.6.2",
29 "underscore": "~1.10.2"
30 },
31 "devDependencies": {
32 "ajv": "^6.12.0",
33 "gulp": "^4.0.2",
34 "gulp-eslint": "^6.0.0",
35 "gulp-json-editor": "^2.5.4",
36 "nyc": "^15.0.1"
37 },
38 "engines": {
39 "node": ">=8.15.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/jsdoc/jsdoc/issues",
53 "author": {
54 "name": "Michael Mathews",
55 "email": "micmath@gmail.com"
56 },
57 "contributors": [
58 {
59 "url": "https://github.com/jsdoc/jsdoc/graphs/contributors"
60 }
61 ],
62 "maintainers": [
63 {
64 "name": "Jeff Williams",
65 "email": "jeffrey.l.williams@gmail.com"
66 }
67 ]
68}