| 12345678910111213141516171819202122232425 |
- {
- "name": "tedivm/jshrink",
- "description": "Javascript Minifier built in PHP",
- "keywords": ["minifier","javascript"],
- "homepage": "http://github.com/tedious/JShrink",
- "type": "library",
- "license": "BSD-3-Clause",
- "authors": [
- {
- "name": "Robert Hafner",
- "email": "tedivm@tedivm.com"
- }
- ],
- "require": {
- "php": "^5.6|^7.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^6",
- "friendsofphp/php-cs-fixer": "^2.8",
- "php-coveralls/php-coveralls": "^1.1.0"
- },
- "autoload": {
- "psr-0": {"JShrink": "src/"}
- }
- }
|