forked from royriojas/yuidoc-theme-blue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 910 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
{
"name": "yuidoc-theme-blue-dc",
"version": "0.1.9",
"description": "A custom theme for yuidocs inspired by the blue color :) and the dark one :)",
"repository": {
"type": "git",
"url": "git://github.com/royriojas/yuidoc-theme-blue-dc.git"
},
"keywords": [
"yuidoc-theme",
"code documentation",
"documentation generator",
"themes",
"yuidoc themes"
],
"author": "Roy Riojas",,
"contributors":[
{
"name" : "dooxe",
"email" : "[email protected]",
"url":"http://dooxe-creative.net"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/royriojas/yuidoc-theme-blue/issues"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-bump": "0.0.13",
"time-grunt": "~0.2.8",
"matchdep": "~0.3.0",
"grunt-jsbeautifier": "git://github.com/royriojas/grunt-jsbeautifier",
"yuidocjs": "git://github.com/royriojas/yuidoc"
}
}