forked from sitna/api-sitna-jsdoc-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.14 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
{
"name": "@sitna/jsdoc-template",
"version": "0.0.9",
"description": "A Bootstrap and Handlebars based JSDoc3 template.",
"main": "./template/publish.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sitna/api-sitna-jsdoc-template.git"
},
"keywords": [
"jsdoc",
"template"
],
"author": "Fernando Lacunza",
"license": "GPL-3.0",
"homepage": "https://github.com/sitna/api-sitna-jsdoc-template",
"devDependencies": {
"bootstrap": "^3.3.7",
"clipboard": "^2.0.1",
"grunt-contrib-handlebars": "^1.0.0",
"grunt-jsdoc": "^2.2.0",
"jquery": "^3.1.1",
"prismjs": "^1.14.0"
},
"dependencies": {
"cheerio": "^0.22.0",
"extend": "^3.0.1",
"glob": "^7.1.2",
"grunt": "^1.0.2",
"moment": "^2.22.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-uglify": "^3.3.0",
"handlebars": "^4.0.11",
"handlebars-layouts": "^3.1.4",
"jsdoc": "^3.5.5",
"lunr": "^1.0.0",
"sanitize-html": "^1.18.2"
}
}