{
  "name": "gilbitron/php-simplecache",
  "type": "library",
  "description": "A simple script for caching 3rd party API calls in PHP.",
  "keywords": [
    "simplecache",
    "cache"
  ],
  "homepage": "https://github.com/gilbitron/PHP-SimpleCache",
  "license": "MIT",
  "authors": [
    {
      "name": "Gilbert Pellegrom",
      "email": "gilbert@pellegrom.me",
      "homepage": "http://gilbert.pellegrom.me"
    }
  ],
  "require": {
    "php": ">=5.3.0"
  },
  "autoload": {
    "psr-4": {
      "Gilbitron\\Util\\": "src/"
    }
  }
}
