HELLO v3!!!

This commit is contained in:
Ryan Dewhurst
2018-09-26 21:12:01 +02:00
parent 28b9c15256
commit d268a86795
1871 changed files with 988118 additions and 0 deletions

View File

@@ -0,0 +1,46 @@
{
"name": "bccampus/pressbooks-textbook",
"description": "Adds functionality to Pressbooks to make it easier to author textbooks",
"type": "wordpress-plugin",
"version": "3.1.6",
"homepage": "https://github.com/bccampus/pressbooks-textbook",
"authors": [
{
"name": "Brad Payne",
"email": "brad@bradpayne.ca",
"homepage": "https://bradpayne.ca"
}
],
"require-dev": {
"phpunit/phpunit": "^5.7",
"humanmade/coding-standards": "^0.2.1"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/hypothesis/wp-hypothesis"
},
{
"type": "vcs",
"url": "https://github.com/lumenlearning/candela-citation.git"
}
],
"extra": {
"installer-paths": {
"vendor/lumenlearning": ["lumenlearning/candela-citation"],
"vendor/hypothesis": ["hypothesis/hypothesis"]
}
},
"require": {
"hypothesis/hypothesis": "^0.5.0",
"lumenlearning/candela-citation": "^0.2.2"
},
"scripts": {
"test": [
"@standards"
],
"standards": [
"vendor/bin/phpcs --standard=phpcs.ruleset.xml *.php ."
]
}
}