-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
45 lines (45 loc) · 949 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
{
"name": "grunt-dox",
"description": "Dox grunt plugin",
"version": "0.5.0",
"homepage": "https://github.com/punkave/grunt-dox",
"author": {
"name": "Matt McManus",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/punkave/grunt-dox.git"
},
"bugs": {
"url": "https://github.com/punkave/grunt-dox/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/punkave/grunt-dox/blob/master/LICENSE-MIT"
}
],
"main": "grunt.js",
"bin": "bin/grunt-dox",
"engines": {
"node": "*"
},
"scripts": {
"test": "grunt nodeunit"
},
"dependencies": {
"dox": "*",
"dox-foundation": "~0.5.0",
"rimraf": "2.x"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-watch": "~0.2.0",
"grunt-contrib-nodeunit": "~0.1.2"
},
"keywords": [
"gruntplugin"
]
}