{ "name": "pressbooks/pressbooks-aldine", "type": "wordpress-theme", "license": "GPL-2.0+", "description": "Aldine is the root theme for Pressbooks.", "homepage": "https://github.com/pressbooks/pressbooks-aldine/", "authors": [ { "name": "Pressbooks (Book Oven Inc.)", "email": "code@pressbooks.com", "homepage": "https://pressbooks.org" } ], "keywords": ["publishing", "catalog", "pressbooks", "default-theme"], "support": { "issues": "https://github.com/pressbooks/pressbooks-aldine/issues", "forum": "https://discourse.pressbooks.org/" }, "require": { "php": ">=7", "composer/installers": "~1.0", "pressbooks/mix": "^2.1", "soberwp/intervention": "1.2.0-p", "erusev/parsedown-extra": "^0.7.1" }, "require-dev": { "humanmade/coding-standards": "^0.2.1", "squizlabs/php_codesniffer": "^2.8.0", "wpreadme2markdown/wp2md": "^3.0" }, "scripts": { "test": ["@standards"], "standards": [ "vendor/bin/phpcs --standard=phpcs.ruleset.xml inc partials *.php" ], "localize": [ "wp-pot -o=languages/pressbooks-aldine.pot -d=pressbooks-aldine -t 'Pressbooks (Book Oven Inc.) ' -s '**/*.php'" ], "readme": ["vendor/bin/wp2md -i readme.txt -o README.md"] } }