{
  "name": "b3rs3rk/steamfront",
  "description": "PHP Wrapper for Accessing the Steam Storefront API",
  "minimum-stability": "stable",
  "license": "GPL-3.0",
  "authors": [
    {
      "name": "b3rs3rk",
      "email": "b3rs3rk@protonmail.com"
    }
  ],
  "autoload": {
    "psr-0": {
      "b3rs3rk\\": "source"
    }
  },
  "require": {
    "php": ">=5.6.0",
    "ext-curl": "*",
    "ext-json": "*"
  },
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/b3rs3rk/steamfront"
    }
  ]
}
