-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.05 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
{
"name": "htmlclean-loader",
"version": "1.0.12",
"title": "htmlclean-loader",
"description": "htmlclean loader module for webpack - Simple and safety HTML/SVG cleaner to minify without changing its structure.",
"keywords": [
"webpack",
"loader",
"html",
"svg",
"clean",
"whitespace",
"linebreak",
"comment",
"minify",
"compress",
"lightweight"
],
"main": "./lib/htmlclean-loader.js",
"files": [
"lib/*.js"
],
"dependencies": {
"loader-utils": "^1.4.2"
},
"peerDependencies": {
"htmlclean": "~3.0.8"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^10.1.0",
"proxyquire": "^2.1.3",
"sinon": "^11.1.1"
},
"scripts": {
"test": "mocha"
},
"homepage": "https://github.com/anseki/htmlclean-loader",
"repository": {
"type": "git",
"url": "git://github.com/anseki/htmlclean-loader.git"
},
"bugs": "https://github.com/anseki/htmlclean-loader/issues",
"license": "MIT",
"author": {
"name": "anseki",
"url": "https://github.com/anseki"
}
}