UNPKG

1.45 kBJSONView Raw
1{
2 "name": "jsdoc",
3 "version": "3.6.1",
4 "revision": "1557084249838",
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.4.4",
17 "bluebird": "^3.5.4",
18 "catharsis": "^0.8.10",
19 "escape-string-regexp": "^2.0.0",
20 "js2xmlparser": "^4.0.0",
21 "klaw": "^3.0.0",
22 "markdown-it": "^8.4.2",
23 "markdown-it-anchor": "^5.0.2",
24 "marked": "^0.6.2",
25 "mkdirp": "^0.5.1",
26 "requizzle": "^0.2.2",
27 "strip-json-comments": "^3.0.1",
28 "taffydb": "2.6.2",
29 "underscore": "~1.9.1"
30 },
31 "devDependencies": {
32 "ajv": "^6.10.0",
33 "gulp": "^4.0.1",
34 "gulp-eslint": "^5.0.0",
35 "gulp-json-editor": "^2.5.2",
36 "nyc": "^14.1.0"
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}