29 lines
772 B
JSON
29 lines
772 B
JSON
{
|
|
"name": "pfefferle/wordpress-activitypub",
|
|
"description": "The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.",
|
|
"type": "wordpress-plugin",
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"composer/installers": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.5"
|
|
},
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Matthias Pfefferle",
|
|
"email": "pfefferle@gmail.com"
|
|
}
|
|
],
|
|
"extra": {
|
|
"installer-name": "activitypub"
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"composer install",
|
|
"bin/install-wp-tests.sh wordpress wordpress wordpress",
|
|
"vendor/bin/phpunit"
|
|
]
|
|
}
|
|
}
|