forked from julie-ng/tidy-jsdoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 962 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
{
"name": "@appku/jsdoc-template",
"version": "1.1.10",
"author": "Append Media, LLC",
"license": "Apache-2.0",
"description": "A clean JSDoc3 template",
"repository": {
"type": "git",
"url": "[email protected]:appku/jsdoc-template.git"
},
"bugs": {
"url": "https://github.com/appku/jsdoc-template/issues"
},
"keywords": [
"jsdoc",
"template"
],
"homepage": "https://github.com/appku/jsdoc-template",
"scripts": {
"build": "gulp build",
"fonts": "gulp fonts",
"sass": "gulp sass",
"sass:watch": "gulp sass:watch"
},
"dependencies": {
"bootstrap-icons": "^1.11.3",
"jsdoc": "^4.0.3",
"util": "^0.12.5"
},
"devDependencies": {
"bootstrap": "^5.3.3",
"gulp": "^5.0.0",
"gulp-sass": "^5.1.0",
"marked": "^14.1.3",
"sass": "^1.80.2",
"tar": "^7.4.3"
}
}