{
  "name": "vitathemes/castpress",
  "type": "wordpress-theme",
  "description": "Castpress is a a minimal & mobile-first theme. The best choice for people who want to publish their podcasts.",
  "keywords": [
    "WordPress",
    "Themes"
  ],
  "homepage": "https://demo.vitathemes.com/castpress/",
  "license": "GPL-3.0-or-later",
  "authors": [
    {
      "name": "VitaThemes",
      "homepage": "http://vitathemes.com/"
    }
  ],
  "require": {
    "php": ">=5.6"
  },
  "require-dev": {
    "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
    "wptrt/wpthemereview": "^0.2.1",
    "php-parallel-lint/php-parallel-lint": "^1.2.0",
    "wp-cli/i18n-command": "^2.2.5"
  },
  "scripts": {
    "lint:wpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs",
    "lint:php": "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor .",
    "make-pot": "wp i18n make-pot . languages/_s.pot"
  },
  "support": {
    "issues": "https://github.com/Automattic/_s/issues",
    "source": "https://github.com/Automattic/_s"
  }
}
