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.
45 lines
1.0 KiB
45 lines
1.0 KiB
{ |
|
"name": "pressbooks/pressbooks-aldine", |
|
"type": "wordpress-theme", |
|
"license": "MIT", |
|
"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" |
|
} |
|
], |
|
"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" |
|
}, |
|
"require-dev": { |
|
"squizlabs/php_codesniffer": "^2.8.0" |
|
}, |
|
"scripts": { |
|
"test": [ |
|
"phpcs" |
|
] |
|
} |
|
}
|
|
|