You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.7 KiB
56 lines
1.7 KiB
{ |
|
"name": "pressbooks/pressbooks-aldine", |
|
"type": "wordpress-theme", |
|
"license": "GPL-3.0-or-later", |
|
"description": |
|
"Aldine is the default theme for the home page of Pressbooks networks. It is named for the Aldine Press, founded by Aldus Manutius in 1494, who is regarded by many as the world’s first publisher.", |
|
"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/" |
|
}, |
|
"config": { |
|
"platform": { |
|
"php": "7.4" |
|
}, |
|
"sort-packages": true |
|
}, |
|
"require": { |
|
"php": ">=7.4", |
|
"composer/installers": "^2", |
|
"phpcompatibility/php-compatibility": "^9.3", |
|
"pressbooks/mix": "^2.1", |
|
"spatie/color": "^1.1" |
|
}, |
|
"require-dev": { |
|
"pressbooks/coding-standards": "^1.1", |
|
"wpreadme2markdown/wp2md": "^3.0", |
|
"yoast/phpunit-polyfills": "^1.0.1" |
|
}, |
|
"scripts": { |
|
"test": [ |
|
"vendor/bin/phpunit --configuration phpunit.xml" |
|
], |
|
"test-coverage": [ |
|
"vendor/bin/phpunit --configuration phpunit.xml --coverage-clover coverage.xml --coverage-html=./coverage-reports" |
|
], |
|
"standards": [ |
|
"vendor/bin/phpcs --standard=phpcs.ruleset.xml inc partials *.php" |
|
], |
|
"fix": [ |
|
"vendor/bin/phpcbf --standard=phpcs.ruleset.xml inc partials *.php" |
|
], |
|
"localize": [ |
|
"wp-pot -o=languages/pressbooks-aldine.pot -d=pressbooks-aldine -t 'Pressbooks (Book Oven Inc.) <code@pressbooks.com>' -s '**/*.php'" |
|
], |
|
"readme": ["vendor/bin/wp2md -i readme.txt -o README.md"] |
|
} |
|
}
|
|
|