forked from ankitskvmdam/clean-jsdoc-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 869 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
{
"name": "clean-jsdoc-theme",
"version": "2.2.11",
"description": "A beautifully crafted theme/template for JSDoc 3. This theme/template looks and feels like a premium theme/template. This is a fully mobile responsive theme and also fully customizable theme.",
"main": "publish.js",
"scripts": {
"test": "node_modules/jsdoc/jsdoc.js -c jsdoc-config.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ankitskvmdam/clean-jsdoc-theme.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ankitskvmdam/clean-jsdoc-theme/issues"
},
"homepage": "https://ankdev.me/clean-jsdoc-theme/index.html",
"dependencies": {
"jsdoc": "^3.6.3"
},
"keywords": [
"jsdoc",
"template",
"jsdoc-template",
"javascript documentation",
"customizable jsdoc theme / template"
]
}