{
  "name": "bccampus/pressbooks-cc-export",
  "description": "Common Cartridge Export file for Pressbooks",
  "type": "wordpress-plugin",
  "version": "1.1.1",
  "homepage": "https://github.com/bccampus/pressbooks-cc-export",
  "license": "GPL-3.0+",
  "authors": [
    {
      "name": "BCcampus",
      "email": "code@bccampus.ca",
      "homepage": "https://github.com/BCcampus"
    }
  ],
  "config": {
    "platform": {
      "php": "7.1"
    }
  },
  "require": {
    "php": ">=7.1"
  },
  "require-dev": {
    "phpunit/phpunit": "^5.7",
    "humanmade/coding-standards": "^0.5.0"
  },
  "scripts": {
    "test": [
      "vendor/bin/phpunit --configuration=phpunit.xml",
      "@standards"
    ],
    "standards": [
      "vendor/bin/phpcs --standard=phpcs.ruleset.xml ."
    ],
    "standards-beautify": [
      "vendor/bin/phpcbf --standard=phpcs.ruleset.xml ."
    ]
  }
}
