{ "name": "pressbooks/pressbooks-aldine", "type": "wordpress-theme", "license": "GPL-3", "description": "Aldine is the new root theme for Pressbooks, based on Sage.", "homepage": "https://github.com/pressbooks/pressbooks-aldine/", "authors": [ { "name": "Pressbooks (Book Oven Inc.)", "email": "code@pressbooks.com", "homepage": "https://pressbooks.org" }, { "name": "Ben Word", "email": "ben@benword.com", "homepage": "https://github.com/retlehs" }, { "name": "Scott Walkinshaw", "email": "scott.walkinshaw@gmail.com", "homepage": "https://github.com/swalkinshaw" }, { "name": "QWp6t", "email": "hi@qwp6t.me", "homepage": "https://github.com/qwp6t" } ], "keywords": [ "publishing", "catalog", "pressbooks", "default-theme" ], "support": { "issues": "https://github.com/pressbooks/pressbooks-aldine/issues", "forum": "https://discourse.pressbooks.org/" }, "autoload": { "psr-4": { "Aldine\\": "app/" } }, "require": { "php": ">=7", "composer/installers": "~1.0", "illuminate/support": "~5.4", "roots/sage-lib": "~9.0.0-beta.4", "soberwp/controller": "~9.0.0-beta.4", "soberwp/intervention": "1.2.0-p", "erusev/parsedown-extra": "^0.7.1" }, "require-dev": { "squizlabs/php_codesniffer": "^2.8.0" }, "scripts": { "test": [ "phpcs" ] } }