| {
  "name": "grandt/phpresizegif",
  "type": "library",
  "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
  "keywords": ["gif", "animated gif", "resize", "GIF89a"],
  "homepage": "https://github.com/Grandt/PHPResizeGif",
  "minimum-stability": "stable",
  "license": "LGPL-2.1",
  "version": "1.0.3",
  "authors": [
    {
      "name": "A. Grandt",
      "email": "[email protected] ",
      "homepage": "http://grandt.com",
      "role": "Developer"
    }
  ],
  "require": {
    "grandt/binstring": ">=0.2.0",
    "php": ">=5.3.0"
  },
  "autoload": {
    "psr-4": {
      "grandt\\ResizeGif\\": "src/ResizeGif",
      "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
      "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
      "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
    }
  }
}
 |