forked from linkorb/jsmin-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 884 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
{
"name": "linkorb/jsmin-php",
"description": "Unofficial package of jsmin-php",
"homepage": "http://www.github.com/linkorb/jsmin-php",
"keywords": ["minify", "jsmin", "javascript"],
"type": "library",
"authors": [
{
"name": "Joost Faassen",
"email": "[email protected]",
"role": "Packaging for composer"
},
{
"name": "Douglas Crockford",
"email": "[email protected]",
"role": ""
},
{
"name": "Ryan Grove",
"email": "[email protected]",
"role": "PHP port"
},
{
"name": "Adam Gofort",
"email": "[email protected]",
"role": "Updates to the PHP port"
}
],
"require": {
"php": ">=5.0.0"
},
"autoload": {
"classmap": ["src/"]
},
"license": "MIT"
}