forked from jonschlinkert/gulp-htmlmin
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.03 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
{
"name": "gulp-html-minifier",
"description": "Minify HTML with html-minifier.",
"version": "0.1.8",
"homepage": "https://github.com/origin1tech/gulp-html-minifier",
"author": {
"name": "Origin1 Technologies",
"url": "https://github.com/origin1tech"
},
"repository": {
"type": "git",
"url": "https://github.com/origin1tech/gulp-html-minifier.git"
},
"bugs": {
"url": "https://github.com/origin1tech/gulp-html-minifier/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/origin1tech/gulp-html-minifier/blob/master/LICENSE.md"
}
],
"main": "index.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "mocha --reporter spec"
},
"devDependencies": {
"chai": "~1.8.1",
"mocha": "~1.16.1"
},
"dependencies": {
"event-stream": "^3.0.20",
"gulp-util": "^2.2.20",
"html-minifier": "^1.1.1",
"htmllint": "^0.2.7"
},
"keywords": [
"gulpplugin",
"html",
"html minifier",
"html minify",
"minify"
]
}