25 lines
545 B
JSON
Executable File
25 lines
545 B
JSON
Executable File
{
|
|
"name": "dansup/activity-pub",
|
|
"description": "ActivityPub plugin for GNU/Social",
|
|
"type": "gnusocial-plugin",
|
|
"require": {
|
|
"pixelfed/http-signatures-guzzlehttp": "^4.0"
|
|
},
|
|
"license": "AGPL",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Supernault",
|
|
"email": "danielsupernault@gmail.com"
|
|
},
|
|
{
|
|
"name": "Diogo Cordeiro",
|
|
"email": "diogo@fc.up.pt"
|
|
}
|
|
]
|
|
}
|