forked from hegemonic/jsdoc-baseline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.74 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
{
"name": "jsdoc-baseline",
"version": "0.1.4",
"description": "A basic template for JSDoc.",
"main": "publish.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/hegemonic/jsdoc-baseline.git"
},
"keywords": [
"jsdoc",
"api",
"docs",
"documentation",
"template"
],
"author": {
"name": "Jeff Williams",
"email": "[email protected]"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hegemonic/jsdoc-baseline/issues"
},
"homepage": "https://github.com/hegemonic/jsdoc-baseline",
"dependencies": {
"@jsdoc/core": "^0.3.1",
"@jsdoc/task-runner": "^0.1.7",
"@jsdoc/util": "^0.2.1",
"catharsis": "^0.8.11",
"common-path-prefix": "^3.0.0",
"deep-extend": "^0.6.0",
"escape-string-regexp": "^4.0.0",
"fast-glob": "^3.2.2",
"fs-extra": "^9.0.0",
"handlebars": "^4.7.6",
"handlebars-layouts": "^3.1.4",
"js-beautify": "^1.11.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15",
"messageformat": "^2.3.0",
"ow": "^0.17.0",
"spdx-license-list": "^6.2.0",
"strip-json-comments": "^3.1.0"
},
"devDependencies": {
"@jsdoc/eslint-config": "^1.1.3",
"@jsdoc/test-matchers": "^0.1.4",
"bootstrap": "^3.3.7",
"code-prettify": "^0.1.0",
"eslint": "^6.8.0",
"gulp": "^4.0.2",
"gulp-csso": "^4.0.1",
"gulp-eslint": "^6.0.0",
"gulp-jasmine": "^4.0.0",
"gulp-less": "^4.0.1",
"gulp-uglify": "^3.0.2",
"jasmine-console-reporter": "^3.1.0",
"jqtree": "^1.4.12",
"jsdoc": "^3.6.4",
"mock-fs": "^4.11.0",
"requizzle": "^0.2.3"
},
"peerDependencies": {
"jsdoc": "^3.6.4"
},
"engines": {
"node": ">=10.18.0"
}
}