-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "foodoc",
"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/steveush/foodoc.git"
},
"keywords": [
"jsdoc",
"template",
"fooplugins"
],
"author": "Steve Usher",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/steveush/foodoc/issues"
},
"homepage": "https://github.com/steveush/foodoc#readme",
"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"
}
}