Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/tedivm/jshrink/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/tedivm/jshrink/composer.json

{
  "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|^8.0"
  },
  "require-dev": {
      "phpunit/phpunit": "^6",
      "friendsofphp/php-cs-fixer": "^2.8",
      "php-coveralls/php-coveralls": "^1.1.0"
  },
  "autoload": {
    "psr-0": {"JShrink": "src/"}
  }
}