forked from jsdoc/jsdoc
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
75 lines (75 loc) · 1.56 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@daybrush/jsdoc",
"version": "0.4.7",
"description": "An API documentation generator for JavaScript and Typescript.",
"keywords": [
"documentation",
"javascript",
"typescript",
"tsdoc",
"jsdoc",
"typedoc",
"ast"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/daybrush/jsdoc"
},
"dependencies": {
"@babel/parser": "^7.2.3",
"@babel/types": "^7.2.2",
"@daybrush/utils": "^1.6.0",
"ast-parser": "^0.2.0",
"bluebird": "~3.5.0",
"catharsis": "~0.8.9",
"escape-string-regexp": "~1.0.5",
"js2xmlparser": "~3.0.0",
"klaw": "~2.0.0",
"markdown-it": "~8.3.1",
"markdown-it-named-headers": "~0.0.4",
"marked": "~0.3.6",
"mkdirp": "~0.5.1",
"requizzle": "~0.2.1",
"strip-json-comments": "~2.0.1",
"taffydb": "2.6.2",
"underscore": "~1.8.3"
},
"devDependencies": {
"ajv": "~5.2.2",
"gulp": "~3.9.1",
"gulp-eslint": "~4.0.0",
"gulp-json-editor": "~2.2.1",
"nyc": "~11.1.0"
},
"engines": {
"node": ">=4.2.0"
},
"scripts": {
"test": "gulp lint; gulp test"
},
"bin": {
"jsdoc": "./jsdoc.js"
},
"greenkeeper": {
"ignore": [
"taffydb"
]
},
"bugs": "https://github.com/daybrush/jsdoc/issues",
"author": {
"name": "Michael Mathews",
"email": "micmath@gmail.com"
},
"contributors": [
{
"url": "https://github.com/jsdoc3/jsdoc/graphs/contributors"
}
],
"maintainers": [
{
"name": "Daybrush",
"email": "daybrush@gmail.com"
}
]
}