forked from zaininnari/html-minifier
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
37 lines (37 loc) · 959 Bytes
/
composer.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
{
"name": "raivisdejus/html-minifier",
"description": "The Blink HTMLTokenizer ported to PHP.",
"type": "library",
"keywords": ["PHP", "Blink", "HTML minify"],
"homepage": "https://github.com/raivisdejus/html-minifier",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Google inc",
"homepage": "http://www.chromium.org/blink",
"role": "Author"
},
{
"name": "zaininnari",
"homepage": "https://github.com/zaininnari/",
"role": "Developer"
},
{
"name": "raivisdejus",
"homepage": "https://github.com/raivisdejus/",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"satooshi/php-coveralls": "v2.0.0"
},
"minimum-stability": "dev",
"autoload": {
"psr-0": {
"zz": "src/"
}
}
}