-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.08 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
{
"name": "gulp-htmlclean",
"version": "2.7.22",
"title": "gulp-htmlclean",
"description": "Simple and safety HTML/SVG cleaner to minify without changing its structure.",
"keywords": [
"gulpplugin",
"html",
"svg",
"clean",
"whitespace",
"linebreak",
"comment",
"minify",
"compress",
"lightweight"
],
"main": "./lib/gulp-htmlclean.js",
"files": [
"lib/*.js"
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"htmlclean": "~3.0.8",
"plugin-error": "^1.0.1",
"through2": "^2.0.3"
},
"devDependencies": {
"chai": "^4.3.4",
"event-stream": "3.3.4",
"mocha": "^10.1.0",
"proxyquire": "^2.1.3",
"sinon": "^11.1.1",
"vinyl": "^2.1.0"
},
"scripts": {
"test": "mocha"
},
"homepage": "https://github.com/anseki/gulp-htmlclean",
"repository": {
"type": "git",
"url": "git://github.com/anseki/gulp-htmlclean.git"
},
"bugs": "https://github.com/anseki/gulp-htmlclean/issues",
"license": "MIT",
"author": {
"name": "anseki",
"url": "https://github.com/anseki"
}
}