Aucune description

composer.json 478B

12345678910111213141516171819202122
  1. {
  2. "name": "erusev/parsedown",
  3. "description": "Parser for Markdown.",
  4. "keywords": ["markdown", "parser"],
  5. "homepage": "http://parsedown.org",
  6. "type": "library",
  7. "license": "MIT",
  8. "authors": [
  9. {
  10. "name": "Emanuil Rusev",
  11. "email": "hello@erusev.com",
  12. "homepage": "http://erusev.com"
  13. }
  14. ],
  15. "require": {
  16. "php": ">=5.3.0"
  17. },
  18. "autoload": {
  19. "psr-0": {"Parsedown": ""}
  20. }
  21. }