{ "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.1.4" }, "autoload": { "psr-0": { "JSqueeze": "class/" } } }