-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.6 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "zebkit-theme-builder",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app.js --no-deprecation"
},
"dependencies": {
"body-parser": "^1.18.2",
"compression": "^1.7.1",
"configure": "0.0.1",
"connect": "^3.6.5",
"connect-favicons": "^0.1.5",
"connect-flash": "^0.1.1",
"connect-multiparty": "^2.1.0",
"cookie-parser": "^1.4.3",
"cross-spawn": "^5.1.0",
"debug": "^2.6.9",
"errorhandler": "^1.5.0",
"express": "^4.16.2",
"express-error-handler": "^1.1.0",
"express-flash": "0.0.2",
"express-session": "^1.15.6",
"fs-extra": "^4.0.3",
"git-clone-repo": "^1.0.0",
"gulp": "^3.9.1",
"gulp-cli": "^1.4.0",
"gulp-concat": "^2.6.1",
"gulp-copy": "^1.0.1",
"gulp-expect-file": "0.0.7",
"gulp-file": "^0.3.0",
"gulp-if": "^2.0.2",
"gulp-insert": "^0.5.0",
"gulp-jshint": "^2.0.4",
"gulp-jsonminify": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-rm": "^1.0.4",
"gulp-runner": "^1.1.0",
"gulp-uglify": "^3.0.0",
"gulp-webserver": "^0.9.1",
"gulp-wrap": "^0.13.0",
"gulp-zip": "^4.0.0",
"http-proxy": "^1.16.2",
"jshint": "^2.9.5",
"json-templater": "^1.1.0",
"less-middleware": "^2.2.1",
"log4js": "^0.6.38",
"method-override": "^1.0.2",
"minimatch": "^3.0.4",
"morgan": "^1.9.0",
"node-minify": "1.3.9",
"pug": "^0.1.0",
"replace-in-file": "^3.1.0",
"serve-favicon": "^2.4.5",
"xmlhttprequest": "^1.8.0",
"yargs": "^10.0.3",
"yuidoc-zebkit-theme": "git+https://github.com/barmalei/yuidoc-zebkit-theme.git"
}
}