{
  "name": "t1gor/robots-txt-parser",
  "description": "PHP class to parse robots.txt rules according to Google, Yandex, W3C and The Web Robots Pages specifications.",
  "keywords": [
    "robots.txt",
    "parser",
    "Google",
    "Yandex",
    "W3C",
    "The Web Robots Pages"
  ],
  "homepage": "https://github.com/t1gor/Robots.txt-Parser-Class",
  "type": "library",
  "license": "MIT",
  "require": {
    "php": ">=5.5.0",
    "ext-mbstring": "*",
    "vipnytt/useragentparser": "^1.0"
  },
  "require-dev": {
    "phpunit/phpunit": "~3.7",
    "codeclimate/php-test-reporter": ">=0.2"
  },
  "authors": [
    {
      "name": "Igor Timoshenkov",
      "email": "igor.timoshenkov@gmail.com",
      "role": "creator"
    },
    {
      "name": "Jan-Petter Gundersen",
      "email": "jpg@vipnytt.no",
      "role": "contributor"
    }
  ],
  "autoload": {
    "classmap": [
      "source/robotstxtparser.php"
    ]
  },
  "scripts": {
    "test": "phpunit"
  }
}
