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.

40 lines
896 B

  1. {
  2. "name": "p3k/xray",
  3. "type": "library",
  4. "license": "MIT",
  5. "homepage": "https://github.com/aaronpk/XRay",
  6. "description": "X-Ray returns structured data from any URL",
  7. "require": {
  8. "mf2/mf2": "^0.3.2",
  9. "ezyang/htmlpurifier": "4.*",
  10. "indieweb/link-rel-parser": "0.1.*",
  11. "dg/twitter-php": "3.6.*",
  12. "p3k/timezone": "*",
  13. "p3k/http": "0.1.*",
  14. "cebe/markdown": "1.1.*",
  15. "miniflux/picofeed": "^0.1.37"
  16. },
  17. "autoload": {
  18. "psr-4": {
  19. "p3k\\XRay\\": "lib/XRay"
  20. },
  21. "files": [
  22. "lib/helpers.php",
  23. "lib/XRay.php"
  24. ]
  25. },
  26. "require-dev": {
  27. "league/plates": "3.*",
  28. "league/route": "1.*",
  29. "phpunit/phpunit": "4.8.*"
  30. },
  31. "autoload-dev": {
  32. "files": [
  33. "controllers/Main.php",
  34. "controllers/Parse.php",
  35. "controllers/Token.php",
  36. "controllers/Rels.php",
  37. "controllers/Certbot.php"
  38. ]
  39. }
  40. }