composer.json 449 B

123456789101112131415161718
  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. }