-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.07 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
{
"name": "grunt-doxication",
"description": "Dox grunt plugin that does write file array wrapped dox objects to JSON or YAML",
"version": "0.0.4",
"homepage": "https://github.com/gionkunz/grunt-doxication",
"author": {
"name": "Gion Kunz",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/gionkunz/grunt-doxication.git"
},
"bugs": {
"url": "https://github.com/gionkunz/grunt-doxication/issues"
},
"licenses": [
{
"type": "WTFPL",
"url": "https://github.com/gionkunz/grunt-doxication/blob/master/LICENSE"
}
],
"engines": {
"node": "*"
},
"scripts": {
"test": "grunt",
"watch": "grunt watch"
},
"dependencies": {
"grunt": "~0.4.5",
"dox": "~0.4.6",
"async": "~0.9.0",
"lodash": "~2.4.1",
"yamljs": "~0.1.5",
"mkdirp": "~0.5.0"
},
"devDependencies": {
"jshint-stylish": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-jasmine-node": "~0.2.1"
},
"keywords": [
"gruntplugin"
]
}