-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (33 loc) · 963 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
{
"name": "html-minifier-without-js",
"version": "0.0.7",
"description": "You probably want to use original lib - https://github.com/kangax/html-minifier",
"keywords": [
"html-minifier-without-js"
],
"homepage": "https://github.com/Yuriy-Svetlov/html-minifier-without-js/",
"bugs": "https://github.com/Yuriy-Svetlov/html-minifier-without-js/issues/",
"license": "MIT",
"files": [
"src/*.js",
"Readme.md"
],
"author": {
"name": "Yuriy Svetlov",
"email": "[email protected]",
"url": "https://github.com/Yuriy-Svetlov/html-minifier-without-js/"
},
"main": "src/htmlminifier.js",
"repository": {
"type": "git",
"url": "https://github.com/Yuriy-Svetlov/html-minifier-without-js.git"
},
"dependencies": {
"camel-case": "3.0.x",
"clean-css": "4.1.x",
"commander": "2.15.x",
"he": "1.1.x",
"param-case": "2.1.x",
"relateurl": "0.2.x"
}
}