forked from kangax/html-minifier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (32 loc) · 821 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
{
"name": "html-minifier",
"description": "HTML minifier with lint-like capabilities.",
"version": "0.4.5",
"keywords": ["html", "minifier", "lint"],
"url" : "http://github.com/kangax/html-minifier",
"maintainers": [{
"name": "Juriy Zaytsev",
"email": "kangax@gmail.com",
"web": "http://perfectionkills.com"
}],
"contributors": [{
"name": "Gilmore Davidson",
"web": "https://github.com/gilmoreorless"
},
{
"name": "Hugo Wetterberg",
"email": "hugo@wetterberg.nu"
}],
"licenses": [{
"type": "MIT",
"url": "https://github.com/kangax/html-minifier/blob/gh-pages/src/license.txt"
}],
"repository": "git://github.com/kangax/html-minifier",
"engines": {
"node": ">=0.4.8"
},
"directories": {
"src": "./src"
},
"main": "./src/htmlminifier.js"
}