{
  "name": "bccampus/pressbooks-cc-export",
  "description": "Common Cartridge Export file for Pressbooks",
  "type": "wordpress-plugin",
  "version": "0.2.2",
  "homepage": "https://github.com/bccampus/pressbooks-cc-export",
  "license": "GPL-3.0+",
  "authors": [
    {
      "name": "Brad Payne",
      "homepage": "https://github.com/bdolor"
    },
    {
      "name": "aparedes",
      "homepage": "https://github.com/alexpflores"
    }
  ],
  "config": {
    "platform": {
      "php": "7.0.30"
    }
  },
  "require": {
    "php": ">=7.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/"
    ]
  }
}
