You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
649 B

  1. {
  2. "name": "p3k/websub",
  3. "type": "library",
  4. "description": "A library for subscribing to and publishing WebSub feeds",
  5. "keywords": ["websub","pubsubhubbub","pubsub","indieweb","p3k","feed"],
  6. "license": "MIT",
  7. "homepage": "https://github.com/aaronpk/p3k-websub",
  8. "authors": [
  9. {
  10. "name": "Aaron Parecki",
  11. "homepage": "https://aaronparecki.com"
  12. }
  13. ],
  14. "require": {
  15. "indieweb/link-rel-parser": "0.1.*",
  16. "p3k/http": "0.1.*",
  17. "p3k/utils": "1.*"
  18. },
  19. "require-dev": {
  20. "predis/predis": "1.*"
  21. },
  22. "autoload": {
  23. "psr-4": {
  24. "p3k\\WebSub\\": "src/p3k/WebSub"
  25. }
  26. },
  27. "autoload-dev": {
  28. }
  29. }