You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
631 B

{
"name": "patchwork/jsqueeze",
"type": "library",
"description": "Efficient JavaScript minification in PHP",
"keywords": ["javascript","compression","minification"],
"homepage": "https://github.com/tchwork/jsqueeze",
"license": "(Apache-2.0 or GPL-2.0)",
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {
"Patchwork\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
}
}