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.

39 lines
860 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. },
  16. "autoload": {
  17. "psr-4": {
  18. "p3k\\XRay\\": "lib/XRay"
  19. },
  20. "files": [
  21. "lib/helpers.php",
  22. "lib/XRay.php"
  23. ]
  24. },
  25. "require-dev": {
  26. "league/plates": "3.*",
  27. "league/route": "1.*",
  28. "phpunit/phpunit": "4.8.*"
  29. },
  30. "autoload-dev": {
  31. "files": [
  32. "controllers/Main.php",
  33. "controllers/Parse.php",
  34. "controllers/Token.php",
  35. "controllers/Rels.php",
  36. "controllers/Certbot.php"
  37. ]
  38. }
  39. }