Skip to content

Commit 8da8a6c

Browse files
committed
0.0.2
0 parents  commit 8da8a6c

8 files changed

+2001
-0
lines changed

.gitattributes

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
lib/webp/linux/*
3+
linguist-vendored
4+
lib/webp/mac/*
5+
linguist-vendored
6+
lib/webp/win/*
7+
linguist-vendored
8+
node_modules/*
9+
linguist-vendored
10+
source/*
11+
linguist-vendored

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.npmignore
2+
index_old.js
3+
git-com.txt
4+
source/
5+
node_modules/

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# HTMLMinifier-Without-js
2+
3+
You probably want to use original lib - https://github.com/kangax/html-minifier
4+

package.json

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "html-minifier-without-js",
3+
"version": "0.0.2",
4+
"description": "You probably want to use original lib - https://github.com/kangax/html-minifier",
5+
"keywords": [
6+
"html-minifier-without-js"
7+
],
8+
"homepage": "https://github.com/semiromid/html-minifier-without-js/",
9+
"bugs": "https://github.com/semiromid/html-minifier-without-js/issues/",
10+
"license": "MIT",
11+
"files": [
12+
"src/*.js",
13+
"Readme.md"
14+
],
15+
"author": {
16+
"name": "TAMARA SEMINA",
17+
"email": "[email protected]",
18+
"url": "https://github.com/semiromid/html-minifier-without-js/"
19+
},
20+
"main": "src/htmlminifier.js",
21+
"repository": {
22+
"type": "git",
23+
"url": "https://github.com/semiromid/html-minifier-without-js/"
24+
},
25+
"dependencies": {
26+
"camel-case": "3.0.x",
27+
"clean-css": "4.1.x",
28+
"commander": "2.15.x",
29+
"he": "1.1.x",
30+
"param-case": "2.1.x",
31+
"relateurl": "0.2.x"
32+
}
33+
34+
}

0 commit comments

Comments
 (0)