UNPKG

1.25 kBJSONView Raw
1{
2 "name": "grunt-jsdoc",
3 "description": "Integrates jsdoc3 generation into your Grunt build",
4 "version": "2.2.1",
5 "homepage": "https://github.com/krampstudio/grunt-jsdoc",
6 "author": {
7 "name": "Bertrand Chevrier",
8 "email": "chevrier.bertrand@gmail.com",
9 "url": "http://krampstudio.com"
10 },
11 "contributors": [
12 {
13 "name": "Mikhail Diatchenko",
14 "email": "mikhail.diatchenko@gmail.com",
15 "url": "http://www.webgear.co.nz"
16 }
17 ],
18 "repository": {
19 "type": "git",
20 "url": "git://github.com/krampstudio/grunt-jsdoc.git"
21 },
22 "bugs": {
23 "url": "https://github.com/krampstudio/grunt-jsdoc/issues"
24 },
25 "license": "MIT",
26 "main": "Gruntfile.js",
27 "bin": "bin/grunt-jsdoc",
28 "engines": {
29 "node": ">= 4.2.0"
30 },
31 "scripts": {
32 "test": "grunt test"
33 },
34 "devDependencies": {
35 "grunt": "^1.0.0",
36 "grunt-contrib-clean": "^1.0.0",
37 "grunt-contrib-nodeunit": "^1.0.0",
38 "grunt-eslint": "^18.1.0",
39 "ink-docstrap": "^1.1.4",
40 "load-grunt-tasks": "^3.5.0"
41 },
42 "dependencies": {
43 "cross-spawn": "^3.0.1",
44 "jsdoc": "~3.5.5",
45 "marked": "^0.3.9"
46 },
47 "keywords": [
48 "gruntplugin",
49 "grunt",
50 "documentation",
51 "doc",
52 "jsdoc",
53 "jsdoc3"
54 ]
55}