12345678910111213141516171819202122232425 |
- {
- "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"
- }
- ]
- }
|