-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 2.95 KB
/
package.json
File metadata and controls
109 lines (109 loc) · 2.95 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "gupack",
"version": "2.4.1",
"description": "(基于gulp的前端构建工具, 支持browserify、webpack对入口文件编译)Based on the front-end build tools of gulp",
"keyword": "javascript, nodejs, gulp, babel, browserify, webpack",
"keywords": [
"javascript",
"nodejs",
"gulp",
"babel",
"browserify",
"vue",
"react",
"webpack"
],
"author": {
"name": "Rodey Luo",
"email": "rodeyluo@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/RodeyManager/gupack.git"
},
"homepage": "https://github.com/RodeyManager/gupack.git#readme",
"bin": {
"gupack": "./bin/gupack.js"
},
"main": "index",
"files": [
"index.js",
"bin",
"lib",
"shell",
"templates.json",
"mocha.opts"
],
"dependencies": {
"archy": "^1.0.0",
"chalk": "^1.1.3",
"chokidar": "3.5.1",
"cli-spinners": "^1.0.0",
"cli-table": "^0.3.6",
"commander": "^2.11.0",
"dateformat": "^3.0.3",
"defaults": "^1.0.0",
"deprecated": "^0.0.1",
"download-github-repo": "^0.1.3",
"extend": "^3.0.1",
"fs-extra": "^0.30.0",
"fs-readdir-recursive": "^1.0.0",
"ftp": "^0.3.10",
"glob-stream": "^3.1.5",
"glob-watcher": "^0.0.6",
"graceful-fs": "^4.2.6",
"gulp": "3.9.1",
"gulp-clean": "^0.3.2",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.1.0",
"gulp-shell": "0.6.5",
"gulp-util": "^3.0.0",
"http-proxy": "^1.16.2",
"inquirer": "^3.2.1",
"interpret": "^1.0.0",
"liftoff": "^2.1.0",
"lodash": "^4.17.4",
"map-stream": "0.0.7",
"micromatch": "^4.0.2",
"minimist": "^1.2.0",
"mkdirp": "^0.5.0",
"mocha": "^3.5.0",
"ora": "^2.0.0",
"orchestrator": "^0.3.0",
"pako": "^1.0.3",
"parents": "^1.0.1",
"plugin-error": "^1.0.1",
"pretty-hrtime": "^1.0.3",
"prompt": "^1.0.0",
"semver": "^4.1.0",
"ssh2": "^0.5.5",
"strip-bom": "^1.0.0",
"through2": "^2.0.3",
"tildify": "^1.0.0",
"user-home": "^2.0.0",
"v8flags": "^2.0.2",
"vinyl": "^0.4.0",
"vinyl-fs": "2.4.4",
"ws": "^3.1.0",
"yargs": "^12.0.1"
},
"_npmUser": {
"name": "rodey",
"email": "rodeyluo@gmail.com"
},
"engines": {
"nodejs": ">=8.0"
},
"devDependencies": {
"gulp-autoprefixer": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-displace": "^1.0.4",
"gulp-htmlmin": "^3.0.0",
"gulp-jsminer": "^2.0.3",
"gulp-merge-css": "^1.0.2",
"gulp-recache": "^1.0.9",
"gulp-tag-include": "^1.2.0",
"gulp-uglifycss": "^1.0.4"
}
}