-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
40 lines (40 loc) · 888 Bytes
/
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
{
"name": "tidy-jsdoc",
"version": "1.4.1",
"author": "Julie Ng <[email protected]>",
"license": "Apache-2.0",
"description": "A clean JSDoc3 template",
"repository": {
"type": "git",
"url": "https://github.com/julie-ng/tidy-jsdoc.git"
},
"keywords": [
"jsdoc",
"template"
],
"homepage": "https://github.com/julie-ng/tidy-jsdoc",
"scripts": {
"sass": "gulp sass",
"sass:watch": "gulp sass:watch",
"preflight": "npm run sass & npm audit"
},
"dependencies": {
"jsdoc": "^3.6.3",
"taffydb": "^2.7.3",
"util": "^0.10.3"
},
"devDependencies": {
"bootstrap": "^4.3.1",
"gulp": "^4.0.2",
"gulp-sass": "^5.1.0",
"marked": "^0.7.0",
"sass": "^1.45.2",
"tar": "^6.1.11"
},
"overrides": {
"glob-parent": "6.0.2",
"glob-stream": "7.0.0",
"glob-watcher": "5.0.5",
"chokidar": "3.5.2"
}
}