forked from jdcataldo/grunt-groc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 994 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": "grunt-groc",
"description": "Generate documentation using groc",
"version": "0.5.0",
"homepage": "https://github.com/jdcataldo/grunt-groc",
"author": {
"name": "Justin Cataldo",
"url": "http://github.com/jdcataldo/"
},
"repository": {
"type": "git",
"url": "git://github.com/jdcataldo/grunt-groc.git"
},
"bugs": {
"url": "https://github.com/jdcataldo/grunt-groc/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jdcataldo/grunt-groc/blob/master/MIT-LICENSE.txt"
}
],
"scripts": {
"test": "grunt"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"groc": "^0.7.0",
"lodash": "~2.4.0"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.4"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"keywords": [
"gruntplugin",
"groc",
"documentation"
],
"readmeFilename": "README.md",
"gitHead": "8371c0a4892fcfa85c7ef50638559f0f3c75b0f8"
}