forked from Tencent/tmt-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.47 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.47 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
{
"name": "tmt-workflow",
"version": "1.2.2",
"dependencies": {
"autoprefixer": "^6.3.3",
"browser-sync": "^2.11.1",
"crypto-md5": "^1.0.0",
"del": "^2.2.0",
"gulp": "git://github.com/gulpjs/gulp#4.0",
"gulp-cssnano": "^2.1.1",
"gulp-ejs": "^2.1.1",
"gulp-ftp": "^1.1.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-lazyimagecss": "^2.0.0",
"gulp-less": "^3.0.5",
"gulp-postcss": "^6.0.1",
"gulp-posthtml": "^1.5.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rev-all": "^0.8.22",
"gulp-rev-delete-original": "^0.1.0",
"gulp-tmtsprite": "^0.0.20",
"gulp-uglify": "^1.5.3",
"gulp-usemin2": "^0.2.4",
"gulp-util": "^3.0.7",
"gulp-webp": "^2.3.0",
"gulp-zip": "^3.2.0",
"imagemin-pngquant": "^4.2.2",
"lodash": "^4.5.1",
"postcss-pxtorem": "^3.3.1",
"posthtml-px2rem": "^0.0.3",
"quick-local-ip": "^1.0.7",
"rc": "^1.1.6",
"rd": "^0.0.2",
"tmt-ejs-helper": "^0.0.1"
},
"description": "A f2e project workflow based on Gulp",
"repository": {
"type": "git",
"url": "https://github.com/weixin/tmt-workflow"
},
"keywords": [
"Workflow",
"F2E",
"Less",
"CSS",
"Tencent",
"Wechat",
"WeiXin",
"Sprite",
"WebP",
"REM"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/weixin/tmt-workflow"
},
"homepage": "https://github.com/weixin/tmt-workflow",
"readmeFilename": "README.md"
}