forked from krampstudio/grunt-jsdoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.22 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
55
{
"name": "grunt-jsdoc",
"description": "Integrates jsdoc3 generation into your Grunt build",
"version": "2.2.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": ">= 4.2.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-eslint": "^18.1.0",
"ink-docstrap": "^1.1.4",
"load-grunt-tasks": "^3.5.0"
},
"dependencies": {
"cross-spawn": "^3.0.1",
"jsdoc": "~3.5.5",
"marked": "^0.3.9"
},
"keywords": [
"gruntplugin",
"grunt",
"documentation",
"doc",
"jsdoc",
"jsdoc3"
]
}