roe-pressbooks/composer.json

36 lines
848 B
JSON

{
"name": "ebookfoundation/roe-pressbooks",
"license": "GPL-3.0-or-later",
"type": "wordpress-plugin",
"description": "A Pressbooks plugin to integrate with the River of Ebooks.",
"homepage": "https://github.com/EbookFoundation/roe-pressbooks",
"authors": [
{
"name": "Free Ebook Foundation",
"homepage": "https://ebookfoundation.org"
},
{
"name": "Theodore Kluge",
"homepage": "https://tkluge.net"
}
],
"keywords": ["ebooks", "publishing", "webbooks"],
"config": {
"platform": {
"php": "7.0.29"
}
},
"require": {
"php": ">=7.0",
"composer/installers": "~1.4",
"yahnis-elsts/plugin-update-checker": "^4.4"
},
"require-dev": {
"pressbooks/coding-standards": "dev-master",
"wpreadme2markdown/wp2md": "^3.0"
},
"scripts": {
"readme": ["vendor/bin/wp2md -i readme.txt -o README.md"]
}
}