composer.json 633 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "drupal/audiofield",
  3. "description": "AudioField Module",
  4. "type": "drupal-module",
  5. "license": "GPL-2.0+",
  6. "homepage": "https://www.drupal.org/project/audiofield",
  7. "minimum-stability": "dev",
  8. "authors": [
  9. {
  10. "name": "Daniel Moberly",
  11. "homepage": "https://www.drupal.org/u/danielmoberly",
  12. "role": "Maintainer"
  13. }
  14. ],
  15. "support": {
  16. "issues": "https://www.drupal.org/project/issues/audiofield"
  17. },
  18. "extra": {
  19. "drush": {
  20. "services": {
  21. "drush.services.yml": "^9"
  22. }
  23. }
  24. }
  25. }