-
Notifications
You must be signed in to change notification settings - Fork 83
/
package.json
54 lines (54 loc) · 1.2 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
49
50
51
52
53
54
{
"name": "grunt-jsdoc",
"description": "Integrates jsdoc3 generation into your Grunt build",
"version": "2.4.1",
"homepage": "https://github.com/krampstudio/grunt-jsdoc",
"author": {
"name": "Bertrand Chevrier",
"email": "[email protected]",
"url": "http://krampstudio.com"
},
"contributors": [
{
"name": "Mikhail Diatchenko",
"email": "[email protected]",
"url": "http://www.webgear.co.nz"
}
],
"repository": {
"type": "git",
"url": "git://github.com/krampstudio/grunt-jsdoc.git"
},
"bugs": {
"url": "https://github.com/krampstudio/grunt-jsdoc/issues"
},
"license": "MIT",
"main": "Gruntfile.js",
"bin": "bin/grunt-jsdoc",
"engines": {
"node": ">= 8.12.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-nodeunit": "^2.0.0",
"grunt-eslint": "^22.0.0",
"ink-docstrap": "^1.3.2",
"load-grunt-tasks": "^5.1.0"
},
"dependencies": {
"cross-spawn": "^7.0.1",
"jsdoc": "^3.6.3"
},
"keywords": [
"gruntplugin",
"grunt",
"documentation",
"doc",
"jsdoc",
"jsdoc3"
]
}