-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (32 loc) · 919 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
{
"name": "yuidoc-zebkit-theme",
"version": "2.0.0",
"description": "Packaged based, javadoc-like API doc",
"repository": {
"type": "git",
"url": "git://github.com/barmalei/yuidoc-zebkit-theme.git"
},
"keywords": [
"yuidoc",
"zebkit",
"javadoc"
],
"author": "Andrei Vishneuski",
"contributors": [ ],
"bugs": {
"url": "https://github.com/barmalei/yuidoc-zebkit-theme/issues"
},
"homepage": "https://github.com/barmalei/yuidoc-zebkit-theme",
"license" : "Apache",
"devDependencies": {
"gulp" : "latest",
"gulp-concat" : "latest",
"gulp-expect-file": "latest",
"gulp-rename" : "latest",
"gulp-rm" : "latest",
"gulp-copy" : "latest",
"gulp-clean" : "latest",
"cross-spawn" : "latest",
"minimatch" : "latest"
}
}