-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 897 Bytes
/
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
{
"name": "htmlclean-cli",
"version": "1.0.9",
"title": "htmlclean-cli",
"description": "Simple and safety HTML/SVG cleaner to minify without changing its structure.",
"keywords": [
"html",
"svg",
"clean",
"whitespace",
"linebreak",
"comment",
"minify",
"compress",
"lightweight"
],
"bin" : { "htmlclean" : "./htmlclean-cli.js" },
"files": [
"htmlclean-cli.js",
"help.txt"
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"htmlclean": "^3.0.8",
"commander": "^2.14.1",
"glob": "^7.1.2"
},
"homepage": "https://github.com/anseki/htmlclean-cli",
"repository": {
"type": "git",
"url": "git://github.com/anseki/htmlclean-cli.git"
},
"bugs": "https://github.com/anseki/htmlclean-cli/issues",
"license": "MIT",
"author": {
"name": "anseki",
"url": "https://github.com/anseki"
}
}