{
  "name": "bccampus/pressbooks-textbook",
  "description": "Adds functionality to Pressbooks to make it easier to author textbooks",
  "type": "wordpress-plugin",
  "version": "4.1.2",
  "homepage": "https://github.com/bccampus/pressbooks-textbook",
  "authors": [
    {
      "name": "Brad Payne",
      "homepage": "https://github.com/bdolor"
    }
  ],
  "config": {
    "platform": {
      "php": "7.0.30"
    }
  },
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/hypothesis/wp-hypothesis"
    }
  ],
  "extra": {
    "installer-paths": {
      "vendor/hypothesis": ["hypothesis/hypothesis"]
    }
  },
  "require": {
    "php": ">=7.0",
    "hypothesis/hypothesis": "^0.5.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^5.7",
    "humanmade/coding-standards": "^0.3.0"
  },
  "scripts": {
    "test": [
      "@standards"
    ],
    "standards": [
      "vendor/bin/phpcs --standard=phpcs.ruleset.xml *.php inc/"
    ]
  }
}
