-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.41 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
{
"name": "@mlz/gulp-html-optimizer",
"version": "2.0.1",
"description": "Optimize html files.",
"keywords": [
"html",
"optimize",
"gulpplugin"
],
"homepage": "https://github.com/juicecube/gulp-html-optimizer",
"author": {
"name": "Gary Wang",
"email": "[email protected]",
"url": "http://webyom.org"
},
"contributors": [
{
"name": "Eric Tian",
"email": "[email protected]",
"url": "https://github.com/tianxing0923"
}
],
"repository": {
"type": "git",
"url": "https://github.com/juicecube/gulp-html-optimizer.git"
},
"bugs": {
"url": "https://github.com/juicecube/gulp-html-optimizer/issues"
},
"license": "MIT",
"main": "lib/index.js",
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"@mlz/gulp-amd-bundler": "^2.0.1",
"autoprefixer": "^10.3.1",
"clean-css": "^5.1.5",
"coffee-script": "^1.12.7",
"gulp-coffee": "^3.0.3",
"gulp-img-css-sprite": "^0.6.0",
"gulp-less": "^5.0.0",
"gulp-sass": "^5.0.0",
"gulp-sus": "^0.6.0",
"lodash": "^4.17.21",
"loose-envify": "^1.4.0",
"plugin-error": "^1.0.1",
"postcss": "^8.3.6",
"postcss-import": "^14.0.2",
"q": "^1.5.1",
"sass": "^1.38.0",
"terser": "^5.7.1",
"through2": "^4.0.2",
"typescript": "^4.3.5",
"uglify-es": "^3.3.9",
"vinyl": "^2.2.1"
},
"peerDependencies": {
"gulp": "^4.0.2"
}
}