forked from apidoc/grunt-apidoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1021 Bytes
/
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
{
"name": "@frogeducation/grunt-apidoc",
"version": "0.11.0",
"description": "Grunt task to generate a RESTful API Documentation with apidoc",
"author": "Peter Rottmann <[email protected]>",
"license": {
"type": "MIT",
"url": "https://github.com/apidoc/grunt-apidoc/blob/master/LICENSE"
},
"bin": "bin/grunt-apidoc",
"main": "Gruntfile.js",
"homepage": "http://apidocjs.com",
"repository": {
"type": "git",
"url": "https://github.com/apidoc/grunt-apidoc.git"
},
"scripts": {
"test": "grunt test",
"check-updates": "npm-check-updates"
},
"keywords": [
"grunt",
"plugin",
"gruntplugin",
"api",
"apidoc",
"doc",
"documentation",
"rest",
"restful"
],
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"apidoc": "0.29.0"
},
"devDependencies": {
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"npm-check-updates": "^2.5.8"
},
"peerDependencies": {
"grunt": ">=0.4.0"
}
}