composer.json 545 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "dansup/activity-pub",
  3. "description": "ActivityPub plugin for GNU/Social",
  4. "type": "gnusocial-plugin",
  5. "require": {
  6. "pixelfed/http-signatures-guzzlehttp": "^4.0"
  7. },
  8. "license": "AGPL",
  9. "autoload": {
  10. "psr-4": {
  11. "Tests\\": "tests/"
  12. }
  13. },
  14. "authors": [
  15. {
  16. "name": "Daniel Supernault",
  17. "email": "danielsupernault@gmail.com"
  18. },
  19. {
  20. "name": "Diogo Cordeiro",
  21. "email": "diogo@fc.up.pt"
  22. }
  23. ]
  24. }