-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 1.85 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "Yworkcli",
"version": "0.1.27",
"author": {
"name": "@foru17 <meleilei@gmail.com>"
},
"license": "ISC",
"description": "A smart front end workflow cli tool.",
"bin": {
"yworkcli": "bin/yworkcli"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yued-fe/yworkcli.git"
},
"scripts": {
"test": "node test/index.js"
},
"bugs": {
"url": "https://github.com/yued-fe/yworkcli/issues"
},
"_npmUser": {
"name": "foru17",
"email": "meleilei@gmail.com"
},
"dependencies": {
"chalk": "^1.1.1",
"dateformat": "^2.0.0",
"del": "^3.0.0",
"end-of-stream": "^1.4.0",
"exec": "^0.2.1",
"figlet": "^1.2.0",
"find-config": "^1.0.0",
"glob": "^7.1.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.4.1",
"gulp-filter": "^2.0.2",
"gulp-folders": "^1.1.0",
"gulp-header": "^1.7.1",
"gulp-json-sort": "^1.0.0",
"gulp-minify-css": "^1.2.2",
"gulp-plumber": "^1.0.1",
"gulp-qidian-combo": "^0.2.4",
"gulp-remove-empty-lines": "0.1.0",
"gulp-rename": "^1.2.2",
"gulp-resolve-dependencies": "^2.2.0",
"gulp-resources": "^0.5.0",
"gulp-rev": "^7.1.2",
"gulp-rev-all": "^0.9.7",
"gulp-rev-custom-tag": "0.1.0",
"gulp-rev-replace": "^0.4.3",
"gulp-util": "^3.0.7",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.13.1",
"madge": "^1.0.0",
"minimatch": "^3.0.4",
"modify-filename": "^1.1.0",
"morgan": "^1.6.1",
"object-assign": "^4.1.1",
"optimist": "^0.6.1",
"request": "^2.81.0",
"require-dir": "^0.3.0",
"rev-hash": "^1.0.0",
"sort-keys": "^2.0.0",
"through2": "^2.0.3",
"vinyl-file": "^3.0.0",
"vinyl-ftp": "^0.6.0",
"vinyl-paths": "^2.1.0",
"workbox-build": "^2.1.2",
"yargs": "^8.0.2",
"yworkflow": "^3.1.19"
}
}