{
  "name": "payjp/payjp-php",
  "description": "Payjp PHP Library",
  "keywords": [
    "payjp",
    "payment processing",
    "api"
  ],
  "homepage": "https://pay.jp/",
  "license": "MIT",
  "authors": [
    {
      "name": "Payjp and contributors",
      "homepage": "https://github.com/payjp/payjp-php/graphs/contributors"
    }
  ],
  "require": {
    "php": ">=5.3.3",
    "ext-curl": "*",
    "ext-json": "*",
    "ext-mbstring": "*"
  },
  "require-dev": {
    "phpunit/phpunit": "~4.0",
    "satooshi/php-coveralls": "~0.6.1",
    "squizlabs/php_codesniffer": "~2.0"
  },
  "autoload": {
    "psr-4": { "Payjp\\" : "lib/" }
  },
  "extra": {
    "branch-alias": {
      "dev-master": "0.1.*-dev"
    }
  }
}
